数据结构—图书管理系统(顺序表实现)

第一次数据结构做业,好好写写ios #include <cstdio> #include <cstring> #include <iostream> #include <algorithm> using namespace std; const int maxn = 1e5+50; struct book { string id; string name; double price;
相关文章
相关标签/搜索