Run ID:93323
提交时间:2024-10-13 11:35:45
q=input().split(',') a=q[0] b=q[1] a=int(a) b=int(b) if a>b: print("max=",a,sep="") else: print("max=",b,sep="")