摘要: #include <bits/stdc++.h> using namespace std; struct book{ string name; float money; string cbs; string writer; int kc; string id; }; int main(){ whil 阅读全文
posted @ 2024-03-16 10:01 fushuxuan1 阅读(19) 评论(0) 推荐(0)