摘要: #include #include #include #include #define MAXSIZE 225 #define N 9 typedef struct{ int i,j; int e; }Triple; typedef struct{ Triple data[MAXSIZE+1]; int mu,nu,tu; }TSMatrix; int CreatSM... 阅读全文
posted @ 2017-12-04 18:58 自由的背包 阅读(4125) 评论(0) 推荐(1) 编辑