Run ID:95097
提交时间:2024-10-26 18:57:17
s=input().split("") a=int(s[0]) b=int(s[1]) if a>b: print(a) else: print(b)