#33208: Python: AC (29ms, 3.3MB)


imlindora@gmail.com (Augus)

學校 : 不指定學校
編號 : 204528
來源 : [114.35.233.9]
最後登入時間 :
2024-03-24 11:13:49
f044. 2. 史萊姆生態區 (Slime) -- 2020年4月TOI練習賽新手組 | From: [114.35.134.31] | 發表日期 : 2022-12-11 10:04

n,t=map(int,input().split())
x=0
while n<=t:
    x+=1
    n*=2
print(x)
 
ZeroJudge Forum