0_0_20612494_27725.cpp: In function 'int main(int, char**)':
0_0_20612494_27725.cpp:18:28: error: array must be initialized with a brace-enclosed initializer
int recorder[100][100] = 0, pos_x = 0, pos_y = 0, count = 0;
^
0_0_20612494_27725.cpp:29:4: error: expected ';' before 'recorder'
recorder[pos_x][pos_y] = count;
^
0_0_20612494_27725.cpp:43:1: error: expected '}' at end of input
}
^
|