Run ID:116741

提交时间:2025-04-12 13:30:50

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