Run ID:88623
提交时间:2024-08-19 16:15:34
a = int(input()) b = int(input()) if a>b: print(a) else: print(b)