#F. 数字螺旋(Number Spiral)

    Type: Default 1000ms 256MiB

数字螺旋(Number Spiral)

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.

题目描述

数字螺旋是一个无限网格,其左上角的方格上有数字 1。以下是螺旋的前五层:

image

你的任务是找出第x行第y列的数字。

输入

第一行输入包含一个整数t:测试次数。

在此之后,t行,每行包含整数x和y。

输出

对于每个测试,打印第x行第y列的数字。

约束

  • 1t1051≤t≤10^5
  • 1y,x1091≤y,x≤10^9
3
2 3
1 1
4 2
8
1
15

Introductory Problems

Not Attended
Status
Done
Rule
Ledo
Problem
9
Start at
2024-8-13 9:00
End at
2024-8-13 12:18
Duration
3.3 hour(s)
Host
Partic.
4