QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#546438 | #9229. Juliet Unifies Ones | ucup-team4813# | WA | 12ms | 10736kb | Python3 | 1.6kb | 2024-09-04 02:39:26 | 2024-09-04 02:39:27 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 12ms
memory: 10632kb
input:
00011011001
output:
2
result:
ok 1 number(s): "2"
Test #2:
score: 0
Accepted
time: 11ms
memory: 10544kb
input:
11101111111111111101001011110111111110011101010110
output:
11
result:
ok 1 number(s): "11"
Test #3:
score: 0
Accepted
time: 4ms
memory: 10736kb
input:
00000000100000000000100000010001000
output:
3
result:
ok 1 number(s): "3"
Test #4:
score: -100
Wrong Answer
time: 7ms
memory: 10732kb
input:
00000000000000000000000000000000000000000000000000
output:
inf
result:
wrong output format Expected integer, but "inf" found