QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#508197 | #3525. Move & Meet | lmq26052003 | WA | 0ms | 3656kb | C++20 | 657b | 2024-08-07 08:48:18 | 2024-08-07 08:48: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: 0ms
memory: 3644kb
input:
-1 -2 0 1 2 6
output:
-1 -2
result:
ok
Test #2:
score: 0
Accepted
time: 0ms
memory: 3656kb
input:
1 -2 5 -3 3 8
output:
-2 -2
result:
ok
Test #3:
score: 0
Accepted
time: 0ms
memory: 3624kb
input:
0 -1000000000000 0 0 -1000000000000 0
output:
0 -1000000000000
result:
ok
Test #4:
score: 0
Accepted
time: 0ms
memory: 3552kb
input:
-5 -426 932111 83 -870 478692
output:
impossible
result:
ok
Test #5:
score: -100
Wrong Answer
time: 0ms
memory: 3644kb
input:
4 5 6 4 -2 1
output:
-2 5
result:
wrong answer WA: bad coordinates