QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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