Run ID:128912
提交时间:2025-08-20 19:08:37
a, b = map(int, input().split()) if a > b: print(a) else: print(b)