fun main() { println(kotlin.math.ceil(readLine()!!.toDouble()).toInt()) }