Run ID:142184
提交时间:2026-01-01 15:04:01
s=input() a=int(s[0]) b=int(s[1]) da=max(a,b) print("max={}".format(da))