12025: C语言7.17
Memory Limit:32 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:5
Solved:0
Description
输出如下图案:
* * * * *
* * * * *
* * * * *
* * * * *
* * * * *
请使用字符数组的方式完成本题。
Input
无
Output
如题目描述中所示的图案。
请注意行尾输出换行。
Sample Input Copy
无
Sample Output Copy
* * * * *
* * * * *
* * * * *
* * * * *
* * * * *