QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#576922 | #5084. Longest Substring | Numbering# | TL | 2ms | 12708kb | C++17 | 4.5kb | 2024-09-19 23:23:25 | 2024-09-19 23:23:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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