#S1166. 小数向上取整
小数向上取整
描述
已知实数x(x>=0),求不小于该实数的最小整数
格式
输入描述
x
输出描述
大于该小数的最小整数
输入输出样例
1.05
2
限制
运行时间1秒内,测试缓存不能大于1024KiB。
已知实数x(x>=0),求不小于该实数的最小整数
x
大于该小数的最小整数
1.05
2
运行时间1秒内,测试缓存不能大于1024KiB。
By signing up a DLMdo 信奥编程训练 universal account, you can submit code and join discussions in all online judging services provided by us.