Run ID:94126
提交时间:2024-10-19 19:28:24
a = input().split() b = int(a[0]) c = int(a[1]) if b>c: print(b) else: print(c)