Problem B: 【二维数组】蛇行方阵
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:90
Solved:58
Description
输入整数N,输出相应方阵。
Input
一个整数N。(n不超过100)
Output
一个方阵,每个数字的场宽为3。
Sample Input Copy
5
Sample Output Copy
1 2 6 7 15
3 5 8 14 16
4 9 13 17 22
10 12 18 21 23
11 19 20 24 25