摘要: #include <bits/stdc++.h> using namespace std; struct card{ //属性 string name; int id; string classroom; float money; int money_type;//0人民币 1美元 2 泰铢 str 阅读全文
posted @ 2023-11-19 10:05 fushuxuan1 阅读(41) 评论(0) 推荐(0)