Блог пользователя Young.YQ

Автор Young.YQ, история, 2 года назад, По-английски

I want to find them on my own computer. errors like: 1. signed integer overflow 2. array out of bounds ...

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

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

Whenever your C++ code results in a WA or RE it again runs your code with special flags ( e.g. sanitizers for clang and dr. memory for g++ ) and produces the output in diagnostics tab.

Blog for more details https://codeforces.com/blog/entry/55902

Sanitizers https://github.com/google/sanitizers