Problem G: 从*开始学循环之G

Problem G: 从*开始学循环之G

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

Description

输入自然数n,输出n行*,每行的字符依次递减

Sample Input

6

Sample Output

******
*****
****
***
**
*