#include using namespace std; int main(){ string S; cin>>S; string T="yukicoder"; for(int i=0;i<9;i++){ if(S.at(i)=='?'){ cout<