Run ID:141668
提交时间:2025-12-28 14:10:24
s=input() a=int(s[0]) b=int(s[2]) c=max(a,b) print("max={}".format(c))