QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#541275 | #4990. Coffee Cup Combo | MaMengQi | WA | 86ms | 55652kb | Java11 | 542b | 2024-08-31 19:03:38 | 2024-08-31 19:03:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 75ms
memory: 55652kb
input:
10 0100010100
output:
8
result:
ok single line: '8'
Test #2:
score: -100
Wrong Answer
time: 86ms
memory: 53900kb
input:
10 1100000000
output:
6
result:
wrong answer 1st lines differ - expected: '4', found: '6'