QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#120486 | #3978. Firing the Phaser | ZhaoZiLong | WA | 101ms | 3708kb | C++17 | 4.5kb | 2023-07-06 19:17:22 | 2023-07-06 19:17:23 |
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: 3600kb
input:
5 8 2 1 4 5 5 1 12 4 5 5 9 10 1 6 4 10 2 11 7 14
output:
4
result:
ok single line: '4'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3564kb
input:
3 6 2 2 3 3 5 3 6 4 6 6 7 7
output:
3
result:
ok single line: '3'
Test #3:
score: 0
Accepted
time: 2ms
memory: 3624kb
input:
4 4 0 0 2 2 0 3 2 4 3 1 5 4 2 5 3 6
output:
3
result:
ok single line: '3'
Test #4:
score: 0
Accepted
time: 2ms
memory: 3564kb
input:
4 2 0 0 2 2 0 3 2 4 3 1 5 4 2 5 3 6
output:
2
result:
ok single line: '2'
Test #5:
score: 0
Accepted
time: 7ms
memory: 3708kb
input:
9 1 0 0 1 1 0 2 1 3 0 4 1 5 2 0 3 1 2 2 3 3 2 4 3 5 4 0 5 1 4 2 5 3 4 4 5 5
output:
2
result:
ok single line: '2'
Test #6:
score: 0
Accepted
time: 1ms
memory: 3552kb
input:
3 6 0 0 100 100 101 0 1000 1000 96 103 98 107
output:
3
result:
ok single line: '3'
Test #7:
score: -100
Wrong Answer
time: 101ms
memory: 3704kb
input:
10 79 0 0 1 100 2 0 100 1 3 70 5 72 6 2 7 100 8 2 9 100 10 2 11 100 12 2 13 100 14 2 15 100 16 2 17 100 18 2 19 100
output:
9
result:
wrong answer 1st lines differ - expected: '10', found: '9'