include #include #include #include using namespace std;class Matrix { public: Matrix() { rows = 0; cols = 0;} Matrix(const ...
blog.xuite.net