Exit code is -1073741571 at test case 4 with GNU C++14 but Accepted ✅ with GNU C++17

Правка en1, от MuhammadSawalhy, 2022-08-21 14:26:22

I can't understand what is happening here or even find a bug in my code. I found a similar issue with someone else here in codeforces.

What can really cause such a runtime error with this version of the GNU C++ compiler? The only thing I thought about was a bug in this version, which was fixed later in GNU C++17.

My accepted submission with GNU C++17: https://codeforces.com/contest/1696/submission/169228991 The submission with the same code but with GNU C++14: https://codeforces.com/contest/1696/submission/169229016

Теги segment tree, cpp, segmentation fault

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en4 Английский MuhammadSawalhy 2022-09-03 21:54:14 181
en3 Английский MuhammadSawalhy 2022-08-21 14:28:21 0 (published)
en2 Английский MuhammadSawalhy 2022-08-21 14:27:43 79
en1 Английский MuhammadSawalhy 2022-08-21 14:26:22 655 Initial revision (saved to drafts)