Problem1855--输出倒三角图案

1855: 输出倒三角图案

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 0  Solved: 0
[Submit] [Status] [Web Board] [Creator:]

Description

本题要求编写程序,输出指定的由“*”组成的倒三角图案。

Input

本题目没有输入。

Output

按照下列格式输出由“*”组成的倒三角图案。 * * * * * * * * * *

Source/Category

241