#include #include using namespace std; int main(){ string t="yukicoder"; string f; cin>>f; for(int i=0;i<9;i++){ if(t[i]!=f[i]){ cout<