0_0_38040272_25800.cpp:7:15: error: array must be initialized with a brace-enclosed initializer
ll m[7][7]={0};
^
0_0_38040272_25800.cpp: In function 'int main()':
0_0_38040272_25800.cpp:63:15: error: could not convert '{1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 4, 1, 0, 0, 0, 0, 0, 6, 3, 1, 0, 0, 0, 0, 4, 3, 2, 1, 0, 0, 0, 1, 1, 1, 1, 1}' from '<brace-enclosed initializer list>' to 'matrix'
0,0,1,1,1,1,1};
^
|