#include using namespace std; int main(){ int i; char ca[]="yukicoder"; char cb[10]; cin>>cb; for(i=0;i<9;i++){ if(cb[i]=='?')cout<