#include using namespace std; int main(){ string s,t; long n,k; cin>>n>>k>>s; long dp[32][n]; t=s+s; for(int i=0;i=0;i--){ if(cur+dp[i][cur%n]