QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#552183#9244. Counting Stringsucup-team311#WA 548ms159348kbC++236.3kb2024-09-07 20:58:522024-09-07 20:58:54

詳細信息

Test #1:

score: 100
Accepted
time: 542ms
memory: 159348kb

input:

4
abca

output:

14

result:

ok answer is '14'

Test #2:

score: 0
Accepted
time: 534ms
memory: 159128kb

input:

1
a

output:

1

result:

ok answer is '1'

Test #3:

score: 0
Accepted
time: 548ms
memory: 157352kb

input:

2
aa

output:

3

result:

ok answer is '3'

Test #4:

score: 0
Accepted
time: 523ms
memory: 158380kb

input:

2
ab

output:

3

result:

ok answer is '3'

Test #5:

score: -100
Wrong Answer
time: 518ms
memory: 157760kb

input:

100
xgljgljgljjljjjjljtjljtgljgljgljjljjjjljtjljtjljgljljgljgljjljjjjljtjljtjljgljllljgllgljgljjglljgljl

output:

104559

result:

wrong answer expected '101808', found '104559'