#include #include using namespace std; int a[200][200],b[200]; void fnd(int x, int y) { printf("%d %d\n",x,y); fflush(stdout); scanf("%d",&a[x][y]); } bool solve(int x) { int l=0,r=199; while (l