Run ID:104591

提交时间:2025-01-05 14:35:08

a,b = input().split(',') a,b = int(a),int(b) if a>b: print('max='+str(a)) else: print('max='+str(b))