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