Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Блог пользователя Dark_Knight_3

Автор Dark_Knight_3, история, 6 часов назад, По-английски

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

Полный текст и комментарии »

  • Проголосовать: нравится
  • +2
  • Проголосовать: не нравится