NahC0el's blog

By NahC0el, history, 2 weeks ago, In English

C++20: 304481417 TLE. Then I run it in mushup contest to see it's real running time.

C++23: 304515752

C++17: 304490984

Full text and comments »

  • Vote: I like it
  • -14
  • Vote: I do not like it

By NahC0el, history, 5 months ago, In English

What the hell is the Div2 last night? It had A $$$\to$$$ E having much less difficult of thinking than before with a quite hard but typical(I heard from those who got accepted) F(actually ex $$$\to$$$ G)) math problem. I just thought I was do a ABC.

Full text and comments »

  • Vote: I like it
  • +63
  • Vote: I do not like it

By NahC0el, history, 16 months ago, In English

Help! The time complexity of my code is $$$O(n\log^2V+q\log V),V=10^9$$$.

I found that there are too many "1" in the data, and I made a piece of data like that, but my code just run for 0.3s.

475D - CGCDSSQ

231047726

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it