QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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'