fun main(args: Array) { val s = readLine()!!.toInt() println(if(s in (400..599)) "Yes" else "No") }