#include using namespace std; int main(){ int n;cin>>n; if(n < 1200)cout << "green" << endl; else cout << "difficult" << endl; }