728x90
반응형
SMALL
a,b = input().split(" ")
if a[::-1] > b[::-1]:
print(a[::-1])
else:
print(b[::-1])
728x90
반응형
LIST
'백준문제 > 브론즈 5' 카테고리의 다른 글
백준) 3003번 - python (0) | 2024.02.15 |
---|---|
백준) 2914번 - python (0) | 2024.02.14 |
백준) 2884번 - python (0) | 2024.02.12 |
백준) 2525번 - python (1) | 2024.02.11 |
백준) 2395번 - python (0) | 2024.02.10 |