0_0_8164140_14334.cpp: In function `Martix pow(Martix&, int)':
0_0_8164140_14334.cpp:86: error: no matching function for call to `Martix::Martix(Martix)'
0_0_8164140_14334.cpp:34: note: candidates are: Martix::Martix(Martix&)
0_0_8164140_14334.cpp:88: error: no matching function for call to `Martix::Martix(Martix)'
0_0_8164140_14334.cpp:34: note: candidates are: Martix::Martix(Martix&)
0_0_8164140_14334.cpp: In function `int main()':
0_0_8164140_14334.cpp:106: error: no matching function for call to `Martix::Martix(Martix)'
0_0_8164140_14334.cpp:34: note: candidates are: Martix::Martix(Martix&)
|