MUSAFIR's blog

By MUSAFIR, history, 6 months ago, In English
  • Vote: I like it
  • +18
  • Vote: I do not like it

By MUSAFIR, history, 14 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?

Full text and comments »

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