eolymp
bolt
Try our new interface for solving problems
Problems

Degree of two

published at 2/24/21, 10:30:18 am

прекальк)

published at 3/17/24, 8:51:33 pm

a=str(input()) r=2 i=0 while True: if str(r) in a: r=r*2 else: print(i) exit(0) i+=1