0_0_37447081_4886.cpp:10:48: error: array must be initialized with a brace-enclosed initializer typedef struct MATRIX { ll map[MAX][MAX] = { 0 }; }M; ^