#include #define GRID_SIZE 100 #define MAX_ITER 1000 int grid[GRID_SIZE][GRID_SIZE] = {0}; void printGrid(void) { int i, j; for(i = 0; i