摘要: 1 #include <iostream> 2 #include <string> 3 4 using namespace std; 5 6 struct Infor 7 { 8 public: 9 int num; 10 string name; 11 int score; 12 }; 13 14 阅读全文
posted @ 2020-07-30 19:19 ZyLin-ux 阅读(257) 评论(0) 推荐(0) 编辑