0_0_11509676_10502.cpp: In function `matrix getmul(matrix, int)':
0_0_11509676_10502.cpp:71: error: no matching function for call to `matrix::matrix(matrix)'
0_0_11509676_10502.cpp:20: note: candidates are: matrix::matrix(matrix&)
0_0_11509676_10502.cpp:72: error: no matching function for call to `matrix::matrix(matrix)'
0_0_11509676_10502.cpp:20: note: candidates are: matrix::matrix(matrix&)
0_0_11509676_10502.cpp:73: error: no matching function for call to `matrix::matrix(matrix)'
0_0_11509676_10502.cpp:20: note: candidates are: matrix::matrix(matrix&)
0_0_11509676_10502.cpp:77: error: no matching function for call to `matrix::matrix(matrix)'
0_0_11509676_10502.cpp:20: note: candidates are: matrix::matrix(matrix&)
0_0_11509676_10502.cpp:78: error: no matching function for call to `matrix::matrix(matrix)'
0_0_11509676_10502.cpp:20: note: candidates are: matrix::matrix(matrix&)
0_0_11509676_10502.cpp: In function `int main()':
0_0_11509676_10502.cpp:93: error: no matching function for call to `matrix::matrix(matrix)'
0_0_11509676_10502.cpp:20: note: candidates are: matrix::matrix(matrix&)
0_0_11509676_10502.cpp:94: error: no matching function for call to `matrix::matrix(matrix)'
0_0_11509676_10502.cpp:20: note: candidates are: matrix::matrix(matrix&)
0_0_11509676_10502.cpp:95: error: no matching function for call to `matrix::matrix(matrix)'
0_0_11509676_10502.cpp:20: note: candidates are: matrix::matrix(matrix&)
0_0_11509676_10502.cpp:96: error: no matching function for call to `matrix::matrix(matrix)'
0_0_11509676_10502.cpp:20: note: candidates are: matrix::matrix(matrix&)
|