摘要: #include <iostream> #include <vector> using namespace std; #define list 1000 struct a{ string name; int id; int age; string Class; }index; void MAIN() 阅读全文
posted @ 2023-12-29 20:03 爱吃泡面的皮卡 阅读(25) 评论(0) 推荐(0)
摘要: #include<iostream> #include<vector> #include<windows.h> using namespace std; int a=999; int b=0; bool c=false; struct student{ string name; int age; i 阅读全文
posted @ 2023-12-29 18:58 爱吃泡面的皮卡 阅读(22) 评论(0) 推荐(0)