#27358: _CPP


11030067@mail.hpsh.tp.edu.tw (和平110級鄧雨珊)


 
while (cin>>n){
if(n%2==1){
cout<<"Odd";
}
else{
cout<<"Even";
}
}