Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

MUSAFIR's blog

By MUSAFIR, history, 15 months ago, In English

Here in this problem: https://codeforces.com/contest/1696/problem/B I got TLE in test case 10. Code Link: https://codeforces.com/contest/1696/submission/197268393 But after changing the long long int to int I got it accepted. Code Link: https://codeforces.com/contest/1696/submission/197268690 But I don't understand why I got TLE just for using long long int instead of int. Can anyone help me?

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

| Write comment?