练10.2 浮点数向零舍入
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
说明
输入一个浮点数,将其向零舍入到整数。说明:向零舍入的含义是,正数向下舍入,负数向上舍入。
输入格式
一个浮点数。
输出格式
一个整数,即向零舍入到整数的结果。
样例
2.3
2