728x90
반응형
SMALL
while True:
a,b = map(int,input().split())
if a == 0 and b == 0: break
else: print("Yes" if a > b else "No")
728x90
반응형
LIST
'백준문제 > 브론즈 5' 카테고리의 다른 글
백준) 4999번 - python (0) | 2024.02.19 |
---|---|
백준) 4673번 - python (0) | 2024.02.18 |
백준) 3052번 - python (0) | 2024.02.16 |
백준) 3003번 - python (0) | 2024.02.15 |
백준) 2914번 - python (0) | 2024.02.14 |