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

PROGRAMMING:Inverted triangle with output asterisk

Luz5年前 (2021-05-10)题库385
This is a sign in question, please output the following five lines of inverted triangle composed of asterisks.
###Input format:
There is no input for this question
###Output format:
Output five lines of inverted triangle composed of asterisks.
###Input example:
Here is a set of inputs. For example:
```in
```
###Output example:
Please output the following figure, the asterisk is separated by a space, and there is no extra space at the end of the line
```out
* * * * *
* * * *
* * *
* *
*
```







answer:If there is no answer, please comment