QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#576885 | #5084. Longest Substring | Numbering# | TL | 3ms | 12916kb | C++17 | 4.1kb | 2024-09-19 23:13:47 | 2024-09-19 23:13:48 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 12916kb
input:
ababa
output:
5 2 1 0 0
result:
ok single line: '5 2 1 0 0 '
Test #2:
score: 0
Accepted
time: 0ms
memory: 12152kb
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: 3ms
memory: 11368kb
input:
a
output:
1
result:
ok single line: '1 '
Test #4:
score: -100
Time Limit Exceeded
input:
abcdefghijklmnopqrstuvwxyz