Run ID:94127
提交时间:2024-10-19 19:29:09
c=input().split() a=c[0] a=int(a) b=c[1] b=int(b) if a>b : print(a) else : print(b)