k-substrings
961F2700· international gm4s256 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
15bcabcabcabcabca
Output
9 7 5 3 1 -1 -1 -1
Sample 2of 3
Input
24abaaabaaaabaaabaaaabaaab
Output
15 13 11 9 7 5 3 1 1 -1 -1 1
Sample 3of 3
Input
19cabcabbcabcabbcabca
Output
5 3 1 -1 -1 1 1 -1 -1 -1
58%
961F.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)