#include main(){ char str[] = "yukicoder"; for(int i = 0;i < 9;i++){ char c; scanf("%c",&c); if(c=='?'){printf("%c\n",str[i]);} } }