#include typedef struct { char p[100][100]; } tpole; int N; int dalsidama(tpole pole,int dam,int x,int y) { int i0,i1; if (dam>N) return 0; for (i0=0;i0