#include char map[10000][10000]; int main() { int a, b, c, d, cnt, H, i, j, W; while (scanf("%d %d", &W, &H) != EOF) { for (i=0; i