摘要: 1 #include 2 #include 3 4 using namespace std; 5 6 //矩阵大小上限 7 const int SIZ=100; 8 int MOD; 9 10 //矩阵大小为n*m,初始化全部为0 11 struct mat 12 { ... 阅读全文
posted @ 2015-07-26 16:31 相儒以沫 阅读(149) 评论(0) 推荐(0) 编辑