Please read the new rule regarding the restriction on the use of AI tools. ×

Dark_Knight_3's blog

By Dark_Knight_3, history, 4 hours ago, In English

In the recent Codeforces Round 976 (Div. 2) and Divide By Zero 9.0 contest, I submitted my solution for 2020B - Brightness Begins in C++ 23. There, I got the wrong answer on G++ 23, but after the contest, I solved it by changing the language to G++ 17, and it got accepted. So what was the problem? Should I be using G++ 17 or G++ 23? What should be considered when using the built-in sqrt() function? Like precision, etc.. G++ 17 solution 283662762 G++ 23 solution 283597439

Full text and comments »

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