Run ID:116751

提交时间:2025-04-12 13:38:32

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