4696: 图形显示
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:58
Solved:26
Description
编写一个程序,首先输入一个整数,例如5,然后在屏幕上显示如下的图形(5表示行数):
* * * * *
* * * *
* * *
* *
*
Input
输入一个正整数
Output
Sample Input Copy
5
Sample Output Copy
* * * * *
* * * *
* * *
* *
*