#include using namespace std; using ll = long long; #define rep(i,m,n) for(int i=m; i> A >> B; if(A.back() == '1' && B.back() == '1') cout << "Odd" << endl; else cout << "Even" << endl; return 0; }