QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#550984#9244. Counting Stringsucup-team2818#WA 11ms45256kbC++143.4kb2024-09-07 14:58:242024-09-07 14:58:24

詳細信息

Test #1:

score: 100
Accepted
time: 7ms
memory: 43484kb

input:

4
abca

output:

14

result:

ok answer is '14'

Test #2:

score: 0
Accepted
time: 7ms
memory: 43208kb

input:

1
a

output:

1

result:

ok answer is '1'

Test #3:

score: 0
Accepted
time: 10ms
memory: 44160kb

input:

2
aa

output:

3

result:

ok answer is '3'

Test #4:

score: 0
Accepted
time: 6ms
memory: 45256kb

input:

2
ab

output:

3

result:

ok answer is '3'

Test #5:

score: -100
Wrong Answer
time: 11ms
memory: 44844kb

input:

100
xgljgljgljjljjjjljtjljtgljgljgljjljjjjljtjljtjljgljljgljgljjljjjjljtjljtjljgljllljgllgljgljjglljgljl

output:

98427

result:

wrong answer expected '101808', found '98427'