Why RUNTIME ERROR in local compiler but Accepted in codeforces ???

Правка en1, от mcGyver, 2021-05-13 10:26:04

I was solving this 520B - Две кнопки problem. Here maximum input and output size is 10^4. In my code I took N = 10^6 and it was giving Runtime Errorin my local IDE but when I submitted the same code, it got accepted. My submission 116080580. I dont know whether it's a fault of my device or the compliler I am using. Can anyone help??

Теги runtime error, local compiler

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский mcGyver 2021-05-13 10:26:04 503 Initial revision (published)