#include<iostream>
using namespace std;

int mapp[208][208];

void look(int x,int y;){
	
}

int main(){
	for()
	return 0;
}