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

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

https://codeforces.me/contest/1772/problem/G

i know how to solve the this question for the cases where x(the current rating) is less than the ratings of other players but not able to recognise what to do when when the ratings of all players are greater than x.

just a hint is enough , THANKS!!!!

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

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

correction : i know how to solve when x is greater than the ratings of other players

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

    The case when x is greater than all other players' ratings is a very specific (and easy) case in the problem. What you are asking is the main case of the problem, and it is quite difficult. Based on your rating and solved problems, you probably can't solve the problem yet (maybe you don't know some technique or the problem is otherwise just too hard). I would suggest you to solve easier problems for now, and come back to this in a few months once you are better at solving hard problems than now.