Run ID:150394

提交时间:2026-03-27 20:50:24

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