Run ID:92253

提交时间:2024-09-28 18:36:56

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