QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#844185#9244. Counting Stringspokorfanclub#WA 4ms5936kbC++203.2kb2025-01-05 17:17:082025-01-05 17:17:08

详细

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'