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