#define COLS 64 #define ROWS 1562500 char A[ROWS][COLS]; /* Called once, at the start of main */ void initialize() { int i, j; for(i = 0; i