package main import . "fmt" func main() { var s int Scan(&s) if s<400 { Println("No") } else { Println("Yes") } }