cloud_007's blog

By cloud_007, history, 20 months ago, In English

Hi!

I've found this strange thing(maybe not that strange who already knows it). Can anyone explain why this takes less time and memory complexity in C++14 and C++17 compilers than in the C++20 compiler? I've attached the time and memory complexity of this problem below.

Submission Link: C++ 17 C++ 14 C++ 20

Full text and comments »

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

By cloud_007, history, 3 years ago, In English

I implemented this code in contest time. 111405426 Problem link: Planar Reflections But during contest time my code didn't run on codeblocks. But after the contest, I submitted the code and it got AC!!! Does it have any valid explanation? Thanks in advance.

Full text and comments »

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