Run ID:93321
提交时间:2024-10-13 11:25:18
q=input().split(',') a=q[0] b=q[1] a=int(a) b=int(b) if a>b: print(a) else: print(b)