QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#150066 | #5596. I Could Have Won | ZhaoZiLong | WA | 1ms | 3524kb | C++14 | 737b | 2023-08-25 15:03:11 | 2023-08-25 15:03:13 |
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: 3384kb
input:
BBAAABABBAAABB
output:
3 3 6 7
result:
ok 2 lines
Test #2:
score: 0
Accepted
time: 1ms
memory: 3524kb
input:
AABBBAAB
output:
2 2 4
result:
ok 2 lines
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3416kb
input:
A
output:
0
result:
wrong answer 1st lines differ - expected: '1', found: '0'