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