ABHEEKA's blog

By ABHEEKA, history, 33 hours ago, In English

For this problem : https://codeforces.net/contest/2036/problem/E

I submitted this code 298783686

However its throwing runtime error on test case 12 (Exit code is -1073741819) Please help me.

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

»
32 hours ago, # |
  Vote: I like it -13 Vote: I do not like it

Exit code is -1073741819. Это значит что в твоем коде присуствует выход за границы

»
32 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

int lower = 0; int upper = n — 1;