QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#419188 | #6299. Binary String | egypt_ioi2024_11 | WA | 87ms | 3588kb | C++23 | 1.5kb | 2024-05-23 18:36:58 | 2024-05-23 18:36:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3576kb
input:
3 1 001001 0001111
output:
1 3 9
result:
ok 3 number(s): "1 3 9"
Test #2:
score: -100
Wrong Answer
time: 87ms
memory: 3588kb
input:
262144 000000000000000000 100000000000000000 010000000000000000 110000000000000000 001000000000000000 101000000000000000 011000000000000000 111000000000000000 000100000000000000 100100000000000000 010100000000000000 110100000000000000 001100000000000000 101100000000000000 011100000000000000 11110000...
output:
1 0 -1 1 -1 0 0 2 -1 0 -1 2 -1 1 1 3 -1 0 -1 1 -1 0 0 3 -1 0 0 3 0 2 2 4 -1 0 -1 1 -1 0 0 3 -1 0 -1 3 -1 2 2 4 -1 0 -1 1 -1 1 1 4 -1 1 1 4 1 3 3 5 -1 0 -1 1 -1 0 0 2 -1 0 -1 2 -1 1 1 4 -1 0 -1 1 -1 0 0 4 -1 0 0 4 0 3 3 5 -1 0 -1 1 -1 0 0 4 -1 0 0 4 0 3 3 5 -1 0 0 2 0 2 2 5 0 2 2 5 2 4 4 6 -1 0 -1 1 ...
result:
wrong answer 2nd numbers differ - expected: '18', found: '0'