Toggle navigation
编绘童年
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
Login
Problem1316--双重循环-数字长方形
1316: 双重循环-数字长方形
Time Limit:
1
Sec
Memory Limit:
128 MB
Submit:
127
Solved:
88
[
Status
] [
Submit
] [Creator:
]
Description
输入
整数
n
,输出如下样例所示的数字长方形。
每行固定4列,相邻的数字相差4
Input
输入整数
n(1<n≤100)
,表示行数
Output
输出如下样例所示的数字矩形。
Sample Input
Copy
6
Sample Output
Copy
1 5 9 13 2 6 10 14 3 7 11 15 4 8 12 16 5 9 13 17 6 10 14 18
Source/Category
基础B