Run ID:92261
提交时间:2024-09-28 18:51:53
r=input().split(",") a=r[0] b=r[1] a=int(a) b=int(b) if a>b: print("max="+str(a)) else: print("max="+str(b))