Gheal's blog

By Gheal, 4 years ago, In English
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
  • Vote: I like it
  • +30
  • Vote: I do not like it

»
4 years ago, hide # |
 
Vote: I like it +17 Vote: I do not like it

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

»
4 years ago, hide # |
 
Vote: I like it +19 Vote: I do not like it

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 years ago, hide # |
 
Vote: I like it +10 Vote: I do not like it

Vote your favourite problem

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

»
4 years ago, hide # |
Rev. 3  
Vote: I like it +3 Vote: I do not like it

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