QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#844185#9244. Counting Stringspokorfanclub#WA 4ms5936kbC++203.2kb2025-01-05 17:17:082025-01-05 17:17:08

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 4ms
memory: 5920kb

input:

4
abca

output:

14

result:

ok answer is '14'

Test #2:

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

input:

1
a

output:

1

result:

ok answer is '1'

Test #3:

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

input:

2
aa

output:

2

result:

wrong answer expected '3', found '2'