请问这个是干什么用的

#define COL 9
#define ROW 9
#define CORRECT 0
#define WRONG -1 
char starting_grid[ROW][COL] = { 0 };
    char result[ROW][COL] = { 0 };
    char filename[50];
double time_from, time_to, time_sum = 0;