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

Автор Thishandleiscurrent, история, 6 лет назад, По-английски

On Ideone my code ran correctly for the first two Test Cases(Couldn't check for more):

https://ideone.com/mpY9eM

But on Codeforces it's showing Runtime Error for the first Test Case.

Can anyone help?

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

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

The return code of the first test of your submission suggests a stack overflow. Try using ints instead of long long ints.