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

Автор Gheal, 4 года назад, По-английски
Vote your favourite problem

103633A — The Hatchet

Author: tibinyte2006

Rate Problem
Solution
Code (C++)

103633B — Floor Or Xor

Author: tibinyte2006

Rate Problem
Solution
Code (C++)

103633C — Yet Antother Constructive Problem

Author: Gheal

Rate Problem
Hint 1
Hint 2
Solution
Code (C++)
Post Scriptum

103634A — Bamboo Coloring

Rate Problem
Solution
Post Scriptum

Code (C++) (cadmiumky)

Note: this code can be further optimized by removing the $$$lca$$$ function

103634B — Xor Or Floor

Author: tibinyte2006

Rate Problem
Solution
Code (C++)

103634C — Jump

Author: Gheal

Rate Problem
Solution
Code (C++)
Post Scriptum
Разбор задач Infoleague Spring 2022 Round Div. 2
Разбор задач Infoleague Spring 2022 Round Div. 1
  • Проголосовать: нравится
  • +30
  • Проголосовать: не нравится

»
4 года назад, скрыть # |
 
Проголосовать: нравится +17 Проголосовать: не нравится

Thanks for the amazing contest strangers, it was very fun!!:)

»
4 года назад, скрыть # |
 
Проголосовать: нравится +19 Проголосовать: не нравится

About Xor Or Floor.

Looking at Editorial's code, it seems to me that it would TLE in cases where M is large (e.g. N = 2, M = 5 * 10^5), am I mistaken?

»
4 года назад, скрыть # |
 
Проголосовать: нравится +10 Проголосовать: не нравится

Vote your favourite problem

Honestly, I don't see the hype surrounding the hatchet, I would honestly bury it.

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

Gheal please could you tell me why my code is not accepted in? code: https://mirror.codeforces.com/gym/103633/submission/151426182