Run ID:96146

提交时间:2024-11-03 09:53:51

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