#include using namespace std; const long mod=1e9+7; long dp[2][20000]; string s; int M; main() { cin>>s>>M; int now=0; dp[now][0]=1; for(int i=0;i