1076: 回形结构
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:1
Solved:1
Description
输入一个整数n(2<n<30),要求在n行n列的区域内用汉字“回”拼成一个多层的回字形结构。
Input
输入一个整数n(2<n<30)
Output
在n行n列的区域内用汉字“回”拼成一个多层同心正方形嵌套的回形结构。


Sample Input Copy
9
Sample Output Copy
回回回回回回回回回
回 回
回 回回回回回 回
回 回 回 回
回 回 回 回 回
回 回 回 回
回 回回回回回 回
回 回
回回回回回回回回回