#include using namespace std; int T,n,m,perm[55]; bool vis[55][55],tmp[55]; char s[40][55]; bool dfs(int x) { if (x==m) { for (int i=0;i