QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#576922#5084. Longest SubstringNumbering#TL 2ms12708kbC++174.5kb2024-09-19 23:23:252024-09-19 23:23:26

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 11436kb

input:

ababa

output:

5 2 1 0 0 

result:

ok single line: '5 2 1 0 0 '

Test #2:

score: 0
Accepted
time: 2ms
memory: 11308kb

input:

aaaaaaaa

output:

8 7 6 5 4 3 2 1 

result:

ok single line: '8 7 6 5 4 3 2 1 '

Test #3:

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

input:

a

output:

1 

result:

ok single line: '1 '

Test #4:

score: -100
Time Limit Exceeded

input:

abcdefghijklmnopqrstuvwxyz

output:


result: