Run ID:94084

提交时间:2024-10-19 18:50:23

c=input().split() a=c[0] a=float(a) b=c[1] b=float(b) if max==a : print(a) else: print(b)