Problem1359--第54课 有规律的图形(二)

1359: 第54课 有规律的图形(二)

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

编写一个程序,每次输出3行,每行5个“*”号。(不包括双引号)

Input

Output

输出三行:每行为*****

Sample Input Copy

Sample Output Copy

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

Source/Category