cf/mirror

k-substrings

CF
961F2700· international gm4s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
15
bcabcabcabcabca
Output
9 7 5 3 1 -1 -1 -1
Sample 2of 3
Input
24
abaaabaaaabaaabaaaabaaab
Output
15 13 11 9 7 5 3 1 1 -1 -1 1
Sample 3of 3
Input
19
cabcabbcabcabbcabca
Output
5 3 1 -1 -1 1 1 -1 -1 -1
961F.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)