#include using namespace std; typedef long long ll; #define rep(i,n) for(int i=0;i>s; string b; int cnt=0; rep(i,8){ cin>>b; rep(j,8){ if(b.at(j)=='.') cnt++; } } if(s=="oda") cnt++; if(cnt%2==1){ cout<<"oda"<