學生圖書管理系統大做業

代碼以下:c++ #include <bits/stdc++.h> using namespace std; struct book { char id[20]; char name[15]; char person[30][20]; int number; int tot; struct book *next; }; struct student { char name[20
相關文章
相關標籤/搜索