#include using namespace std; int N,M; int A[201][201]; string S; main() { cin>>N>>M>>S; for(int i=0;i<=N;i++)for(int j=0;j<=N;j++)A[i][j]=1; A[0][0]=0; int x=0,y=0; for(int i=0;i=0;y--)for(int x=0;x<=N;x++) { cout<