Run ID:142428
提交时间:2026-01-10 09:29:42
a,b= input().split(",") a= int(a) b= int(b) if a >b: print("max=" + str(a)) else: print("max=" + str(b))