Why my code gives segfault/stackoverflow in local computer and gives AC in codeforces?
Difference between en1 and en2, changed 16 character(s)
I was solving this [problem](https://codeforces.com/contest/1498/problem/C) on cf . My c++ [code](https://codeforces.com/contest/1498/submission/115396133) got accepted but it is giving segmentation fault in my local computer. Why is it so?↵
I also tried other online compilers like [ideone](https://ideone.com/Bh0vGe) , and it was working there too.↵

Same case with java. My java [code](https://codeforces.com/contest/1498/submission/115402326) got AC in cf but gives stackoverflow error in my computer.↵


My operating system is Ubuntu 20.04↵

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English aryan57 2021-05-06 13:23:36 16
en1 English aryan57 2021-05-06 13:22:36 619 Initial revision (published)