6-4 學生成績鏈表處理(20 分)

新博客:https://wywwzjj.top/node   本題要求實現兩個功能,一個將輸入的學生成績組織成單向鏈表;另外一個將成績低於某分數線的學生結點從鏈表中刪除。函數 函數接口定義: struct stud_node *createlist(); struct stud_node *deletelist( struct stud_node *head, int min_score ); 函
相關文章
相關標籤/搜索