提交时间:2025-04-06 15:03:14

运行 ID: 316290

a,b=map(int,input().split()) if a>b: print(a) else print(b)