Run ID:92257
提交时间:2024-09-28 18:49:12
r=input().split(",") a=r[0] b=r[1] a=int(a) b=int(b) if a>b: print(f"max={a}") else: print(f"max={b}")