QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#541214 | #4990. Coffee Cup Combo | ZhangYiDe | WA | 81ms | 55488kb | Java11 | 543b | 2024-08-31 18:55:58 | 2024-08-31 18:55:59 |
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: 80ms
memory: 55488kb
input:
10 0100010100
output:
8
result:
ok single line: '8'
Test #2:
score: -100
Wrong Answer
time: 81ms
memory: 54444kb
input:
10 1100000000
output:
3
result:
wrong answer 1st lines differ - expected: '4', found: '3'