Блог пользователя aniket20

Автор aniket20, история, 9 лет назад, По-английски

Can anyone tell me how to solve this question codeforces.com/gym/100624/problem/E

Thanks in advance.

  • Проголосовать: нравится
  • -12
  • Проголосовать: не нравится

»
9 лет назад, # |
Rev. 2   Проголосовать: нравится +8 Проголосовать: не нравится

Here's my idea, though it might be slight overkill.

For each symbol, precompute its prefix and suffix of length at most 2000. Then, create the following recursive procedure:

Link because I don't know how to format comments on here