Comments
On ikrpprpppCodeforces Round 961 (Div. 2), 21 month(s) ago
0

can you find error in my code. I had done the same thing but changed this log2(log(a[i-1])/log(a[i])) with log2(log(a[i-1))-log2(log(a[i])).

272229285

0

can you tell me what you are doing in this line? Thanks

if (tl != x)continue;