QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#563332 | #8783. Cherry Picking | ucup-team4685# | WA | 3ms | 16408kb | C++17 | 1.6kb | 2024-09-14 09:57:39 | 2024-09-14 09:57:40 |
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: 16408kb
input:
5 2 1 2 3 4 5 01101
output:
2
result:
ok answer is '2'
Test #2:
score: -100
Wrong Answer
time: 3ms
memory: 16056kb
input:
5 2 3 4 5 2 1 10101
output:
3
result:
wrong answer expected '0', found '3'