print(int(float(input())+0.5))
#不要使用round函数,它并不能精确地实现四舍五入,例如round(4.5)=4