QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#449413 | #2365. Flight Collision | dXqwq# | WA | 2ms | 10232kb | C++23 | 1.4kb | 2024-06-21 09:24:48 | 2024-06-21 09:24:48 |
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: 2ms
memory: 10232kb
input:
1 -4 13
output:
1 1
result:
ok 2 lines
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 9948kb
input:
5 1 1000000000 2 1000000000 3 -1000000000 4 -1000000000 5 -1000000000
output:
3 1 4 5
result:
wrong answer 1st lines differ - expected: '1', found: '3'