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