Run ID:92251

提交时间:2024-09-28 18:35:45

r=input().split(",") a=r[0] b=r[1] a=int(a) b=int(b) if a>b: print("max=",a) else: print("max=",b)