Leo_Pranav's blog

By Leo_Pranav, history, 11 months ago, In English

The problem which I had solved using the pre-processor directives #pragma GCC optimize("Ofast") #pragma GCC target("avx") slows down the code and when i comment them, the code got accepted!! Can anyone explain about this?

My accepted code 323201201 My failed code 323200976

Full text and comments »

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