// 2001 Probrem A // Last update 2004.6.23 #include #include #include #define MAXLINE 80 #define N 5 void print(short map[N][N]); int main(void) { char buf[MAXLINE]; short map[5][5]; int x,y,z,i,j,n,m; int num, xy, max, ct; scanf("%d", &num); for(z=0; z