Run ID:128387

提交时间:2025-08-16 10:39:58

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