提交时间:2026-06-07 16:12:55

运行 ID: 443984

a, b = map(int, input().split()) if a > b: print(a) else: print(b)