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

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

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
  • Проголосовать: не нравится

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

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

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

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

»
3 месяца назад, # |
  Проголосовать: нравится +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.

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

This is a very basic one.

lightOJ problem

cf 1520F1

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

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

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

that is something that you must find out for yourself