摘要: #include<iostream> #include<vector> #include<windows.h> using namespace std; int a=999; struct student{ string name; int age; int card; int croom; }s; 阅读全文
posted @ 2023-12-22 19:53 最后一个还有我 阅读(20) 评论(0) 推荐(0)