Sakib62's blog

By Sakib62, history, 3 years ago, In English

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.

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

»
3 years ago, # |
Rev. 4   Vote: I like it 0 Vote: I do not like it

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.