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

PROGRAMMING:Output inverted triangle pattern

Luz5年前 (2021-05-10)题库472
This problem requires the preparation of procedures, output specified by "*" composed of inverted triangle pattern.
###Input format:
There is no input for this topic.
###Output format:
Output the inverted triangle pattern composed of "*" according to the following format.
```
* * * *
* * *
* *
*
```






answer:If there is no answer, please comment