線性表學生冒牌排序

#include<stdio.h> #define MAX 10 typedef struct { char name[MAX]; int score[MAX]; int length; }Seqlist; Seqlist Initlist()//順序表的初始化 { Seqlist L;//定義一個順序表 L.length =
相關文章
相關標籤/搜索