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

Автор Sakib62, история, 3 года назад, По-английски

I solved this problem. My first submission is in Clang++17 Diagnostics. I got M.L.E. My second submission is in GNU C++17. This time I got A.C.

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

»
3 года назад, # |
Rev. 4   Проголосовать: нравится 0 Проголосовать: не нравится

Check the following related blog by MikeMirzayanov New: Diagnostics of Solutions in C++. You should use the Clang++17 Diagnostics compiler through the custom input test for debugging purposes only, as it generates executable code that consumes more execution time and more computer memory to run the additional behavior checking functions.