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

PROGRAMMING:Repeat printing

Luz5年前 (2021-05-10)题库570
Requires repeated printing of characters or text
###Input format:
For example, enter "x y"
###Output format:
Repeat the Y character for x times
###Input example:
Here is a set of inputs. For example:
```in
Three A's
```
###Output example:
The corresponding output is given here. For example:
```out
AAA
```
###Input example:
Here is a set of inputs. For example:
```in
5 people
```
###Output example:
The corresponding output is given here. For example:
```out
Everybody, everybody
```







answer:If there is no answer, please comment