QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#274795 | #7880. Streak Manipulation | ucup-team999 | WA | 2ms | 8540kb | C++17 | 13.4kb | 2023-12-03 23:11:32 | 2023-12-03 23:11:32 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 2ms
memory: 8540kb
input:
8 3 2 10110110
output:
3
result:
ok 1 number(s): "3"
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 8248kb
input:
12 3 3 100100010011
output:
3
result:
wrong answer 1st numbers differ - expected: '2', found: '3'