QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#131182 | #6409. Classical Data Structure Problem | ZhangYiDe | WA | 1ms | 3652kb | C++17 | 4.0kb | 2023-07-26 17:11:49 | 2023-07-26 17:11:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3652kb
input:
5 2 2 1 1 3 3 2 1 0 0 2
output:
87
result:
ok 1 number(s): "87"
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3476kb
input:
1 1 1 1
output:
0
result:
wrong answer 1st numbers differ - expected: '1', found: '0'