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

Автор anhxinloie, история, 4 часа назад, По-английски

how to code this problem: https://dmoj.ca/problem/2drmq

i mean that i dont understand the init function

can anyone explain?

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

»
4 часа назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

The init function is for you to prepare anything that could process the queries. Eg. a sparse table.