01 2024 档案

该文被密码保护。
posted @ 2024-01-31 15:25 昵称就是最好的昵称 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2024-01-31 11:36 昵称就是最好的昵称 阅读(0) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <queue> using namespace std; int main(){ queue<int> a; queue<int> b; int m,w,c,e; cin>>m>>w>>c; for(int i=1;i<m;i++){ a.p 阅读全文
posted @ 2024-01-31 11:16 昵称就是最好的昵称 阅读(6) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2024-01-30 15:53 昵称就是最好的昵称 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2024-01-29 14:50 昵称就是最好的昵称 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2024-01-29 11:19 昵称就是最好的昵称 阅读(0) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <set> using namespace std; int main(){ int m,n,x=0,c[1000],p=-1; set<int> a; cin>>m>>n; int b; set<int>::iterator i; for( 阅读全文
posted @ 2024-01-29 11:18 昵称就是最好的昵称 阅读(3) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2024-01-28 15:56 昵称就是最好的昵称 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2024-01-28 11:18 昵称就是最好的昵称 阅读(0) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> using namespace std; int main(){ int m=10; cout<<"请输入"<<m<<"个数字进行排序:"<<endl; int max=100000; int list[max]={0}; int x; for(int i=0 阅读全文
posted @ 2024-01-28 10:42 昵称就是最好的昵称 阅读(4) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <windows.h> #include <fstream> using namespace std; struct card{ //属性 string name; int id; string classroom; float money= 阅读全文
posted @ 2024-01-27 09:22 昵称就是最好的昵称 阅读(4) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2024-01-27 09:09 昵称就是最好的昵称 阅读(0) 评论(0) 推荐(0) 编辑
摘要:https://www.quzuotu.com/home 阅读全文
posted @ 2024-01-21 13:32 昵称就是最好的昵称 阅读(2) 评论(0) 推荐(0) 编辑
摘要://#include <iostream> //#include <list> //using namespace std; //int main(){ // list<int> a={1,2,3,4,5}; // list<int> b={6,7,8,9,10}; // a.splice(b.be 阅读全文
posted @ 2024-01-05 19:53 昵称就是最好的昵称 阅读(3) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示