Run ID:88634

提交时间:2024-08-19 16:32:35

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