Run ID:142185

提交时间:2026-01-01 15:04:26

s=input() a=int(s[0]) b=int(s[2]) da=max(a,b) print("max={}".format(da))