当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。

建议使用的浏览器:

谷歌Chrome 火狐Firefox Opera浏览器 微软Edge浏览器 QQ浏览器 360浏览器 傲游浏览器

3685:Matrix

题目描述

Given a N × N matrix A, whose element in the i-th row and j-th column Aij is an number that equals i2 + 100000 × i + j2 - 100000 × j + i × j, you are to find the M-th smallest element in the matrix.

输入解释

The first line of input is the number of test case.
For each test case there is only one line contains two integers, N(1 ≤ N ≤ 50,000) and M(1 ≤ MN × N). There is a blank line before each test case.

输出解释

For each test case output the answer on a single line.

输入样例
12

1 1

2 1

2 2

2 3

2 4

3 1

3 2

3 8

3 9

5 1

5 25

5 10
输出样例
3
-99993
3
12
100007
-199987
-99993
100019
200013
-399969
400031
-99939

该题目是Virtual Judge题目,来自 北京大学POJ

源链接: POJ-3685

最后修改于 2020-10-29T07:08:08+00:00 由爬虫自动更新

共提交 0

通过率 --%
时间上限 内存上限
6000 65536