QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#286732 | #880. Film Critics | ucup-team864# | WA | 1ms | 3488kb | C++23 | 1.2kb | 2023-12-18 14:49:14 | 2023-12-18 14:49:14 |
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: 1ms
memory: 3444kb
input:
5 10 30 10 5 3 1 3
output:
5 3 2 1 4
result:
ok OK!
Test #2:
score: 0
Accepted
time: 1ms
memory: 3448kb
input:
5 5 20 5 3 3 3 3
output:
impossible
result:
ok OK!
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3488kb
input:
5 10 20 6 1 9 3 2
output:
impossible
result:
wrong answer Contestant printed 'impossible', but an answer existed.