0_0_39553126_14140.cpp: In function 'MAT operator*(const MAT&, const MAT&)':
0_0_39553126_14140.cpp:34:32: error: expected '}' at end of input
34 | for(int k=0;k<=n;++k) { //[0, n] (n+1)*(n+1)
| ~^~~~~
0_0_39553126_14140.cpp:34:32: error: expected '}' at end of input
0_0_39553126_14140.cpp:32:45: note: to match this '{'
32 | MAT operator * (const MAT &a, const MAT &b) {
| ^
|