通訊錄1 + C語言練習題(201812.13)

通信錄: 結果: 程序: #include <stdio.h> #include <stdlib.h> #include <string.h> #define MAL_OK 1 #define MAL_ERR 0 struct node { char name[20]; int num; struct node * next; }; typedef struct no
相關文章
相關標籤/搜索