architsangal's blog

By architsangal, history, 10 months ago, In English

Just wanted to get some clarification, for the problem D of today's contest (Codeforces Round 891 (Div. 3)). I got this weird error (runtime error) in the following submissions (using java):

When I submitted equivalent code using long, it worked (using java): - https://codeforces.com/contest/1857/submission/217686813

Using int, cpp code worked though: - https://codeforces.com/contest/1857/submission/217741962

Anyone has any idea what might have happened? I would really appreciate the help. Thanks in advance.

Full text and comments »

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