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