Run ID:88632
提交时间:2024-08-19 16:30:51
a,b = input().split() a,b = int(a),int(b) if a>b: print(a) else: print(b)