Run ID:87637
提交时间:2024-08-11 09:21:28
a=int(input()) b=int(input()) if a>b: print(a) if b>a: print(b)