QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#331106#5463. Range Closest Pair of Points QueryReineRabbitWA 2ms34760kbC++173.3kb2024-02-18 00:26:352024-02-18 00:26:35

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 34760kb

input:

5 5
2 4
1 1
3 3
5 1
4 2
1 5
2 3
2 4
3 5
1 3

output:

2
8
8
2
2

result:

ok 5 number(s): "2 8 8 2 2"

Test #2:

score: 0
Accepted
time: 2ms
memory: 34528kb

input:

2 1
1 1
1 1
1 2

output:

0

result:

ok 1 number(s): "0"

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 34440kb

input:

2 1
1 100000000
100000000 1
1 2

output:

3000000000000000000

result:

wrong answer 1st numbers differ - expected: '19999999600000002', found: '3000000000000000000'