Run ID:94793
提交时间:2024-10-26 13:35:25
a=input().split(",") b=int(a[0]) c=int(a[1]) if c<b: print("max=",b) else: print("max=",c)