floodfill
main
@ -6,7 +6,6 @@
#define W 15 /* ancho y alto del laberinto -1 */
struct maze { /* Distancias de Manhattan */
int vwalls[15][15];
int hwalls[15][15];
The note is not visible to the blocked user.