#include using namespace std; int main(){ int a,b; cin>>a>>b; int x= a*b; if(x%2==0){ cout<<"Even"<