#include int main(){ long m,n=520921; scanf("%ld",&m); if((n%m)%2==0) printf("even\n"); else printf("odd\n"); return 0; }