package main import . "fmt" func main() { var s string Scan(&s) if s<"1200" { Println("green") } else { Println("difficult") } }