-->
当前位置:首页 > 题库

PROGRAMMING:"Welcome Repeater

Luz5年前 (2021-05-10)题库508
The question is "Welcome Repeater. Print "welcome" n times according to the number n entered by the user
###Input format:
Enter in a positive integer n.
###Output format:
Print "Welcome!" n times, One line at a time, the last line of each line will wrap (including the last line).
###Input example:
Here is a set of inputs. For example:
```in
three
```
###Output example:
The corresponding output is given here. For example:
```out
Welcome!
Welcome!
Welcome!
```







answer:If there is no answer, please comment