#include int main(){ int a; std::cin >> a; if((520921 % a) % 2) std::cout << "odd" << std::endl; else std::cout << "even" << std::endl; }