矩陣類的寫法

/* 結構體:matrix 成員變量: int n, m 矩陣大小 int a[][] 矩陣內容 重載運算符: + - * 成員函數: void clear() 清空矩陣*/ #include<iostream> #include<cstdio> #include<cstring> using namespace std; const int maxn = 1010; const
相關文章
相關標籤/搜索