QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#869945#5596. I Could Have WonZhangYiDeWA 1ms3712kbC++17443b2025-01-25 14:01:572025-01-25 14:02:08

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3584kb

input:

BBAAABABBAAABB

output:

3
3 6 7 

result:

ok 2 lines

Test #2:

score: 0
Accepted
time: 1ms
memory: 3712kb

input:

AABBBAAB

output:

2
2 4 

result:

ok 2 lines

Test #3:

score: 0
Accepted
time: 0ms
memory: 3584kb

input:

A

output:

1
1 

result:

ok 2 lines

Test #4:

score: -100
Wrong Answer
time: 0ms
memory: 3712kb

input:

B

output:


result:

wrong answer 1st lines differ - expected: '0', found: ''