Why my JAVA code gives TLE?
Difference between en1 and en2, changed 77 character(s)
I have started learning JAVA recently. I wrote a code for [this problem.](https://codeforces.com/contest/1113/problem/C)↵

Reference to my code is [here.](https://codeforces.com/contest/1113/submission/50270730)↵

I can't find out why it is giving me TLE. Can someone help out?


**UPD** : I found the problem. I needed to keep `1 << 20` in parenthesis.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English Siriuslight 2019-02-21 10:19:36 77
en1 English Siriuslight 2019-02-21 10:11:36 306 Initial revision (published)