0_0_11725250_6364.cpp:6: error: expected `,' or `;' before "struct"
0_0_11725250_6364.cpp:16: error: `Matrix' does not name a type
0_0_11725250_6364.cpp:32: error: `Matrix' does not name a type
0_0_11725250_6364.cpp: In function `int main()':
0_0_11725250_6364.cpp:49: error: `Matrix' undeclared (first use this function)
0_0_11725250_6364.cpp:49: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11725250_6364.cpp:49: error: expected `;' before "A"
0_0_11725250_6364.cpp:50: error: `A' undeclared (first use this function)
0_0_11725250_6364.cpp:56: error: `B' undeclared (first use this function)
0_0_11725250_6364.cpp:62: error: `matrixPow' undeclared (first use this function)
0_0_11725250_6364.cpp:63: error: `matrixMul' undeclared (first use this function)
|