Run ID:150393

提交时间:2026-03-27 20:49:01

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