QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#329533 | #5463. Range Closest Pair of Points Query | Fantasy_Ball | WA | 30ms | 229856kb | C++14 | 1.5kb | 2024-02-16 20:38:16 | 2024-02-16 20:38:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 23ms
memory: 228648kb
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: 15ms
memory: 229856kb
input:
2 1 1 1 1 1 1 2
output:
0
result:
ok 1 number(s): "0"
Test #3:
score: -100
Wrong Answer
time: 30ms
memory: 229108kb
input:
2 1 1 100000000 100000000 1 1 2
output:
1152921504606846976
result:
wrong answer 1st numbers differ - expected: '19999999600000002', found: '1152921504606846976'