maybe_QWY @ 2022-10-10 11:21:24
x = float(input())
a=round(x)
print(int(a))
by IntelliEnd @ 2022-12-04 18:14:37
@maybe_QWY float改成double试试?