QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#42171 | #169. Donut Decoration | ZhangYiDe | WA | 3ms | 8460kb | C++11 | 991b | 2022-08-01 17:17:37 | 2022-08-01 17:19:56 |
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: 3ms
memory: 8456kb
input:
3 2 3 1 2 1 2 3 2 3 3 1
output:
1
result:
ok single line: '1'
Test #2:
score: 0
Accepted
time: 3ms
memory: 8460kb
input:
5 3 6 2 3 1 1 3 2 4 5 1 2 4 3 3 5 2 5 5 3
output:
2
result:
ok single line: '2'
Test #3:
score: -100
Wrong Answer
time: 3ms
memory: 8460kb
input:
10 1 2 2 9 1 5 7 1
output:
2
result:
wrong answer 1st lines differ - expected: '5', found: '2'