Run ID:88629
提交时间:2024-08-19 16:25:19
a ,b = int(input()),int(input()) if a>b: print(a) else: print(b)