Run ID:116744
提交时间:2025-04-12 13:33:24
a=int(input()) b=int(input()) if a>=b: print(a) else: print(b)