Блог пользователя Muhammad_mhs

Автор Muhammad_mhs, история, 3 года назад, По-английски

This problem from timus , For this problem, I got AC by this solution. The solution is not working in my codeblocks IDE, but when I reduce the constraints then it works in my CodeBlocks IDE. Currently I have Used codeblocks 20.03 version. Can anyone please help me ? Thanks in advance.

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

»
3 года назад, # |
  Проголосовать: нравится +19 Проголосовать: не нравится

What stack size are you compiling with? My guess is that you're not compiling with enough stack size locally, as the default local stack size tends to be quite small. In any case, here's how to add the option in CodeBlocks.

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится +1 Проголосовать: не нравится

    I increase my stack size up to 52800000. Alhamdulillah, Finally it works. I waste about a day for this issue. Thanks a lot man.