#45734: 雖然我沒有好好設變數(目移


qiqiloveke@gmail.com (第一執政(不是蛋糕)

學校 : 臺北市立明德國民中學
編號 : 240708
來源 : [1.162.182.14]
最後登入時間 :
2025-04-06 19:51:38
f044. 2. 史萊姆生態區 (Slime) -- 2020年4月TOI練習賽新手組 | From: [1.162.182.14] | 發表日期 : 2025-04-06 20:13

a = 1
b,c = map(int,input().split())
i = 0
while True:
  if b > c:
    break
  else:
    b *= 2
    i += 1
print(i)

 
ZeroJudge Forum