2025-05-23 19:13:01 +09:00

2 lines
60 B
Python

a, b = input().split()
print(max(int(a[::-1]),int(b[::-1])))