#include using namespace std; int main(){ int N; cin >> N; string nyan[N][N]; vector v; for(int i=0; i> nyan[i][j]; } } for(int i=0; i