QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#466002 | #3978. Firing the Phaser | ucup-team1005# | WA | 0ms | 4360kb | C++20 | 4.7kb | 2024-07-07 14:42:47 | 2024-07-07 14:42:47 |
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: 4360kb
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: 4160kb
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: 0ms
memory: 4232kb
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: -100
Wrong Answer
time: 0ms
memory: 4228kb
input:
4 2 0 0 2 2 0 3 2 4 3 1 5 4 2 5 3 6
output:
3
result:
wrong answer 1st lines differ - expected: '2', found: '3'