#include char picture[60][60]; int xmax, ymax; int inrange(int x, int y){ return ((x>-1) && (y>-1) && (x