QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#465986 | #3978. Firing the Phaser | ucup-team1005# | WA | 20ms | 4200kb | C++20 | 4.1kb | 2024-07-07 14:29:58 | 2024-07-07 14:29:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 4044kb
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: 4184kb
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: 4124kb
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: 0ms
memory: 4200kb
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: 20ms
memory: 4176kb
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: -100
Wrong Answer
time: 0ms
memory: 4200kb
input:
3 6 0 0 100 100 101 0 1000 1000 96 103 98 107
output:
2
result:
wrong answer 1st lines differ - expected: '3', found: '2'