Erase and Extend (Easy Version)
1537E11600· expert2s256 MB⌨ stdin/stdout
#binary search#brute force#dp#greedy#hashing#implementation#string suffix structures#strings#two pointers
Examples
Sample 1of 2
Input
8 16dbcadabc
Output
dbcadabcdbcadabc
Sample 2of 2
Input
4 5abcd
Output
aaaaa
58%
1537E1.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)