2958: 循环入门-输出n行星号

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:15 Solved:12

Description

输入 n,输出 n 行,每行一个 *。

Input

一行,整数 n。

Output

n 行,每行一个 *。

Sample Input Copy

3

Sample Output Copy

*
*
*

HINT

1 ≤ n ≤ 20