Пожалуйста, подпишитесь на официальный канал Codeforces в Telegram по ссылке https://t.me/codeforces_official. ×

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

Автор vansh_ag, история, 5 месяцев назад, По-английски

Hello everyone From past 2 contest we get interactive problems in the contests which i found so difficult to solve, this is my first time when i solved the interactive problems for the very first time so i need your suggestion from where to practice problems like this and more over this how to efficiently approach these type of question... Any suggestion in the comment box will be appreciable

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

»
5 месяцев назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится

Go to the Codeforces problemset, select the interactive tag and practice problems slightly above your rating.

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

Consider Binary Search.When meeting interactive problems about permutations, try to find 1 or n first, then also try Binary Search.

»
5 месяцев назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

Another easy interactive problem likes CF1937 C.You should now that a | a equals a.

Then you find n and the number x that n ^ x is the maxium.

»
5 месяцев назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

This is a very basic one.

lightOJ problem

cf 1520F1

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

Another basic problem for practice 1924F - Anti-Proxy Attendance

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

that is something that you must find out for yourself