#include int main(void){ int N; scanf("%d", &N); if(N < 1200){ printf("green\n"); } else{ printf("difficult\n"); } return 0; }