0_0_6650561_29428.cpp:39: error: expected `;' before "Matrix"
0_0_6650561_29428.cpp:44: error: expected `;' before '~' token
0_0_6650561_29428.cpp: In member function `void Matrix::output()':
0_0_6650561_29428.cpp:48: error: `s' undeclared (first use this function)
0_0_6650561_29428.cpp:48: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_6650561_29428.cpp: In member function `void Matrix::clear()':
0_0_6650561_29428.cpp:54: error: `s' undeclared (first use this function)
0_0_6650561_29428.cpp: In member function `Matrix Matrix::operator*(const Matrix&) const':
0_0_6650561_29428.cpp:67: error: `s' undeclared (first use this function)
0_0_6650561_29428.cpp:69: error: 'const class Matrix' has no member named 's'
0_0_6650561_29428.cpp:70: error: 'class Matrix' has no member named 's'
0_0_6650561_29428.cpp:70: error: 'class Matrix' has no member named 's'
0_0_6650561_29428.cpp:70: error: 'const class Matrix' has no member named 's'
0_0_6650561_29428.cpp: In function `Matrix operator^(const Matrix&, const int&)':
0_0_6650561_29428.cpp:86: error: 'class Matrix' has no member named 's'
0_0_6650561_29428.cpp: In function `int gao(int, int, int)':
0_0_6650561_29428.cpp:98: error: 'class Matrix' has no member named 's'
0_0_6650561_29428.cpp:101: error: 'class Matrix' has no member named 's'
0_0_6650561_29428.cpp:102: error: 'class Matrix' has no member named 's'
0_0_6650561_29428.cpp:110: error: 'class Matrix' has no member named 's'
0_0_6650561_29428.cpp: In function `int main()':
0_0_6650561_29428.cpp:122: error: no matching function for call to `Matrix::Matrix(int, int)'
0_0_6650561_29428.cpp:35: note: candidates are: Matrix::Matrix()
0_0_6650561_29428.cpp:35: note: Matrix::Matrix(const Matrix&)
0_0_6650561_29428.cpp:123: error: no matching function for call to `Matrix::Matrix(int, int)'
0_0_6650561_29428.cpp:35: note: candidates are: Matrix::Matrix()
0_0_6650561_29428.cpp:35: note: Matrix::Matrix(const Matrix&)
0_0_6650561_29428.cpp:131: error: 'class Matrix' has no member named 's'
|