Run ID:91638
提交时间:2024-09-22 11:26:15
s=input().split(',') a=int(s[0]) b=int(s[1]) if a>b: print("max="+str(a)) else: print("max="+str(b))