TopCoder

Caido
Waimai

User's AC Ratio

98.4% (60/61)

Submission's AC Ratio

71.4% (95/133)

Tags

Description

給你星星大小n,請你輸出一個大小為n的星星,樣式請參考Sample Input/Sample Output。

Input Format

輸入檔可能包含多筆測試資料,每一列有一個正整數n(3<=n<=100),代表星星大小。
當你讀入n=0的時候請結束程式,不要對它作任何輸出。

Output Format

對於每一筆測試資料請輸出一個對應大小的星星。
請注意不要輸出多餘的行尾空白。

Sample Input 1

3
4
5
0

Sample Output 1

* * *
&nbsp;***
*****
&nbsp;***
* * *
*&nbsp;&nbsp;*&nbsp;&nbsp;*
&nbsp;* * *
&nbsp;&nbsp;***
*******
&nbsp;&nbsp;***
&nbsp;* * *
*&nbsp;&nbsp;*&nbsp;&nbsp;*
*&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;*
&nbsp;*&nbsp;&nbsp;*&nbsp;&nbsp;*
&nbsp;&nbsp;* * *
&nbsp;&nbsp;&nbsp;***
*********
&nbsp;&nbsp;&nbsp;***
&nbsp;&nbsp;* * *
&nbsp;*&nbsp;&nbsp;*&nbsp;&nbsp;*
*&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;*

Hints

Problem Source

原TIOJ1186 / TIOJ 2008例行賽01 (prob B)。Problem Setter:Tmt。

Subtasks

No. Testdata Range Score
1 0 100

Testdata and Limits

No. Time Limit (ms) Memory Limit (VSS, KiB) Output Limit (KiB) Subtasks
0 1000 65536 262144 1