#define _GLIBCXX_DEBUG #include using namespace std; int N,x[3],y[3]; int dh[3]={-1,0,1},dw[3]={-1,0,1}; int main(){ ios::sync_with_stdio(false); std::cin.tie(nullptr); cout<>N; cout<<8<>x[i]>>y[i]; for(int i=0;i<3;i++)for(int j=0;j<3;j++){ if(dh[i]==0&&dw[j]==0)continue; cout<