摘要: 1 #include<iostream> 2 using namespace std; 3 #include<string> 4 5 class people 6 { 7 public: 8 string number; //准考证号 9 int a; //试机座位号 10 int b; //考试座 阅读全文
posted @ 2022-03-07 21:15 boss_jie 阅读(31) 评论(0) 推荐(0)