a,b,c=input().split() a,b,c=float(a),float(b),float(c) maxn = a; if maxn < b: maxn = b if maxn < c: maxn = c print(f'{maxn:g}')

0 条评论

目前还没有评论...