Yesterday Div3 round(Make a Power of Two)

Правка en1, от Ankit_12, 2021-08-19 07:35:59

Make a Power of Two In this problem, I wrote the code and it gives me TLE on test case-3 without any reason because my code runs in worst-case (269*11) = 2959 and the time limit for this problem is "one second" but still it gives me TLE why? I don't have any Idea anyone help me

My code

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский Ankit_12 2021-08-19 07:35:59 1398 Initial revision (published)