#include using namespace std; int main() { int M; cin >> M; if(M >= 2) throw (0); cout << "odd" << endl; }