880043 - 图形显示

编写一个程序,首先输入一个整数,例如5,然后在屏幕上显示如下的图形(5表示行数):   * * * *    * *    *      

Input

如何一个整数n。

Output

输出n行指定图形

Examples

Input

5

Output

* * * * *
* * * *
* * *
* *
*
Time Limit 1 second
Memory Limit 128 MB
Discuss Stats
上一题 下一题