Why my JAVA code gives TLE?
Разница между en1 и en2, 77 символ(ов) изменены
I have started learning JAVA recently. I wrote a code for [this problem.](https://mirror.codeforces.com/contest/1113/problem/C)↵

Reference to my code is [here.](https://mirror.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.

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский Siriuslight 2019-02-21 10:19:36 77
en1 Английский Siriuslight 2019-02-21 10:11:36 306 Initial revision (published)