[蓝桥杯2020] C.蛇形填数
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
Description
如下图所示,小明用从1 开始的正整数“蛇形”填充无限大的矩阵。
1 2 6 7 15 ...
3 5 8 14 ...
4 9 13 ...
10 12 ...
11 ...
容易看出矩阵第二行第二列中的数是5。请你计算矩阵中第20 行第20 列的数是多少?
Format
Input
无
Output
这是一道结果填空题,你只需要算出结果后提交即可。本题的结果为一个整数,在提交答案时只输出这个整数,输出多余的内容将无法得分。
Samples
无
无
Limitation
1s, 1024KiB for each test case.
2022蓝桥模拟赛
- Status
- Done
- Rule
- OI
- Problem
- 5
- Start at
- 2022-4-8 19:30
- End at
- 2022-4-8 21:30
- Duration
- 2 hour(s)
- Host
- Partic.
- 48