Run ID:128388
提交时间:2025-08-16 10:40:28
a=input().split(",") b=int(a[0]) c=int(a[1]) if b>c: print("max="+str(b)) else: print("max="+str(c))