C語言大做業圖書管理系統

#include <stdio.h> #include <stdlib.h> #include <string.h> #define N 100 typedef struct Books { char num[20]; char name[20]; char author[20]; int price; int total; char introduce[50]; }BK; BK
相關文章
相關標籤/搜索