Run ID:141893

提交时间:2025-12-28 18:58:52

a,b=input().split(",") if a>b: print("max="+str(a)) else: print("max="+str(b))