0_0_22880157_29334.cpp: In function 'int main()': 0_0_22880157_29334.cpp:9:5: error: expected initializer before 'int' int a[110][110]; ^ 0_0_22880157_29334.cpp:14:16: error: 'a' was not declared in this scope memset(a, 0, sizeof(a)); ^