取近似值
https://www.nowcoder.com/practice/3ab09737afb645cc82c35d56a5ce802a
import sys print(int(float(input())+0.5))
暂无评论,快来抢首评~
相关推荐