#include using namespace std; const long mod=1e9+7; string T; int D; long dp[1<<17][9]; main() { cin>>T>>D; if(D==0) { if(T=="0"||T=="?")cout<<1<