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

PROGRAMMING:V-shaped pattern

Luz5年前 (2021-05-10)题库451
Please program to output the following V-shaped character graphics.
###Input example:
```in
```
###Output example:
```out
* *
** **
*** ***
**** ****

```







answer:If there is no answer, please comment