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