QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#49241 | #4583. Concerto de Pandemic | ZhaoZiLong | WA | 3ms | 3812kb | C++17 | 3.2kb | 2022-09-19 20:00:11 | 2022-09-19 20:00:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 3ms
memory: 3700kb
input:
10 4 3 2 1 2 4 4 6 2 7 5 2 5 8
output:
4
result:
ok single line: '4'
Test #2:
score: 0
Accepted
time: 1ms
memory: 3812kb
input:
8 1 3 5 1 5 4 2 7
output:
0
result:
ok single line: '0'
Test #3:
score: -100
Wrong Answer
time: 2ms
memory: 3692kb
input:
5 2 2 1 1 14 2 14 3 5
output:
33
result:
wrong answer 1st lines differ - expected: '1', found: '33'