摘要: #include<iostream> #include <fstream> using namespace std; struct card{ string name; int id; int money; bool build_card(int x_id,string x_name){ name= 阅读全文
posted @ 2023-12-02 10:01 王ys 阅读(50) 评论(0) 推荐(0)