Run ID:88617

提交时间:2024-08-19 16:12:22

a = int(input()) b = int(input()) if a>b: print(a) else: print(b)