#include using namespace std; int main(){ int N; cin >> N; vector> ans(N, vector(N)); for(int i=0; i