#include using namespace std; int x[]={-1,1,2,1,-1,-2}; int y[]={-2,-2,0,2,2,0}; bool Matriz[201][201]; vector S; vector Sg; int contador; bool MatrizG[201][201]; bool esValida(int n,int k,int is,int js){ // cout << k <<" "<< is+y[k] <<" "<-1 && is+y[k]-1 && js+x[k]0){ cout << Sg.size() << endl; for(int i=0;i> n; int i_start; int j_start; int i_end; int j_end; cin >> i_start >> j_start >> i_end >> j_end; pSP(n, i_start, j_start, i_end, j_end); return 0; }