11 人解决,16 人已尝试。
18 份提交通过,共有 63 份提交。
6.0 EMB 奖励。
单点时限: 3.0 sec
内存限制: 256 MB
Sort the positive integer pair n and m which meets with (n2-mn-m2)2=1(n>=m) by the ascending order of n.
Now giving the k, can you tell me the k-th integer pair m and n?
Each test case contains a single integer k(1<=k<=10^9). The input is terminated by a set starting with k = 0. This set should not be processed.
For each test case, output on a line the value of m and n after mod 2009. Two integer separated by a space.
4 20 0
3 5 738 901
11 人解决,16 人已尝试。
18 份提交通过,共有 63 份提交。
6.0 EMB 奖励。
创建: 15 年,4 月前.
修改: 7 年,3 月前.
最后提交: 4 年前.
来源: N/A