QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#587545 | #4791. Movies | Z_301 | WA | 0ms | 5692kb | C++17 | 1.8kb | 2024-09-24 20:35:15 | 2024-09-24 20:35:17 |
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: 3596kb
input:
5 5 3 1 5 2 4 6 8 7 9 10
output:
4
result:
ok 1 number(s): "4"
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 5692kb
input:
5 10 3 5 9 15 4 6 11 13 1 7 10 12 14 2 8
output:
2
result:
wrong answer 1st numbers differ - expected: '4', found: '2'