摘要: #include <iostream>#include <iomanip>using namespace std;class matrix {private: int row, column; int** mat;public: matrix(const matrix& mx) { this->ro 阅读全文
posted @ 2024-02-01 20:36 平安喜乐× 阅读(29) 评论(0) 推荐(0)