QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#727056 | #510. Car Vet | ucup-team5275# | WA | 0ms | 3716kb | C++20 | 1.2kb | 2024-11-09 11:14:42 | 2024-11-09 11:14:42 |
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: 3588kb
input:
4 4 8 8 -1 9 4 10 10 9 4 3 3 -2 16 16 2 2 3 3
output:
8 4 3
result:
ok single line: '8 4 3 '
Test #2:
score: 0
Accepted
time: 0ms
memory: 3716kb
input:
4 4 8 8 -2 9 4 10 10 9 4 3 3 -1 16 16 2 2 3 3
output:
impossible
result:
ok single line: 'impossible'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3664kb
input:
1 3 -1 1 1 1 3
output:
1
result:
ok single line: '1 '
Test #4:
score: 0
Accepted
time: 0ms
memory: 3600kb
input:
3 1 -1 1 1 3 1
output:
1
result:
ok single line: '1 '
Test #5:
score: -100
Wrong Answer
time: 0ms
memory: 3648kb
input:
1 3 -1 1 1 1 2
output:
1
result:
wrong answer 1st lines differ - expected: 'impossible', found: '1 '