Run ID:92630
提交时间:2024-10-05 20:24:41
s=input(",") a=int(s[0]) b=int(s[1]) if a>b: print(max=a) else: print(max=b)