#include #include using namespace std; #define B1 100000007 #define B2 1000000007 int rolling_hash(string S, string c) { int ans=0; unsigned long long pow_B1=1, pow_B2=1; for(int k=0; k> S; int M; cin >> M; vector C(M); for(int i=0; i> C[i]; int ans=0; for(int i=0; i