typedef struct
{
int i,j;
int e;
}Triple;
typedef struct
{
Triple data[MAXSIZE-1];
int mu;//行
int nu;//列
int tu;//非零元个数
}TSMatrix;
TSMatrix MM={{{NULL},{1,1,1},{1,2,2},{2,1,3},{2,2,4},{2,3,5},{3,2,6},{3,3,7},{3,4,8},{4,3,9},{4,4,10},{4,5,11},{5,4,12},{5,5,13}},5,5,13};---------这一行用键盘怎么输入?
第四首歌