Run ID:104590
提交时间:2025-01-05 14:34:56
a,b = input().split(',') a,b = int(a),int(b) if a>b: print('max='+str(a)) else: print('max='+str(b))