-코드
a, b = map(int, input().split())
tmp = a
r = i = 0
while 1:
if r > b:
print(i - 1)
break
r += tmp
tmp *= 2
i += 1
'Beakjoon&프로그래머스 > 파이썬' 카테고리의 다른 글
[백준/파이썬]20944번 팰린드롬 척화비 (0) | 2021.04.25 |
---|---|
[백준/파이썬]9317번 Monitor DPI (0) | 2021.04.25 |
[백준/파이썬]21354번 Äpplen och päron (0) | 2021.04.25 |
[백준/파이썬]21591번 Laptop Sticker (0) | 2021.04.25 |
[백준/파이썬]21598번 SciComLove (0) | 2021.04.25 |