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

PROGRAMMING:Repeat multiple asterisks

Luz5年前 (2021-05-10)题库381
According to the given integer n, print n '*' signs on a line.
###Input format:
Enter an integer n.
###Output format:
Output n '*' signs.
###Input example:
Here is a set of inputs. For example:
```in
three
```
###Output example:
The corresponding output is given here. For example:
```out
***
```







answer:If there is no answer, please comment