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

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

http://codeforces.com/contest/69/problem/D i couldn't understand how in the second test case the second player wins !!

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

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

After both players use their once-per-game symmetric reflection about the line y = x, the dot returns to the location (2,3). Any of the two possible moves now, either (1,1) or (2,3), will cause the distance between the new location of the dot and the origin, either (3,4) or (4,6) to exceed 4.