摘要: 1 #include 2 #include 3 #define MaxSize 100 4 5 typedef struct{ 6 int i,j; 7 int data; 8 }triple; 9 10 typedef struct{ 11 int r,c,num; 12 triple data[MaxSize]; 13 }TSMatrix... 阅读全文
posted @ 2019-05-22 22:41 LeeGdong 阅读(311) 评论(0) 推荐(0)