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