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

PROGRAMMING:Examples of parametric functions

Luz5年前 (2021-05-10)题库381
Input integer n and output n lines of character graphics as shown in the example.
###Input example:
```in
seven
```
###Output example:
```out
*
***

**
****
*
***
```







answer:If there is no answer, please comment