Run ID:88631

提交时间:2024-08-19 16:28:43

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