QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#149855 | #5596. I Could Have Won | HuangHanSheng | WA | 1ms | 3504kb | C++17 | 1.3kb | 2023-08-25 14:23:35 | 2023-08-25 14:23:38 |
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: 0ms
memory: 3504kb
input:
BBAAABABBAAABB
output:
3 3 6 7
result:
ok 2 lines
Test #2:
score: 0
Accepted
time: 1ms
memory: 3436kb
input:
AABBBAAB
output:
2 2 4
result:
ok 2 lines
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3480kb
input:
A
output:
0
result:
wrong answer 1st lines differ - expected: '1', found: '0'