Run ID:94082
提交时间:2024-10-19 18:48:52
c=input().split() a=c[0] a=float(a) b=c[1] b=float(b) if a>b : print(a) else: print(b)