QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#150240 | #5596. I Could Have Won | ZhangYiDe | WA | 1ms | 3496kb | C++11 | 1.2kb | 2023-08-25 15:58:53 | 2023-08-25 15:58:54 |
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: 1ms
memory: 3496kb
input:
BBAAABABBAAABB
output:
3 3 6 7
result:
ok 2 lines
Test #2:
score: 0
Accepted
time: 1ms
memory: 3404kb
input:
AABBBAAB
output:
2 2 4
result:
ok 2 lines
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3492kb
input:
A
output:
0
result:
wrong answer 1st lines differ - expected: '1', found: '0'