会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
boyeyuan
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
4
5
6
7
8
9
10
11
12
···
14
下一页
2024年1月29日
机器翻译&set容器
摘要: #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 最后一个还有我
阅读(10)
评论(0)
推荐(0)
2024年1月28日
asaii
该文被密码保护。
阅读全文
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 最后一个还有我
阅读(10)
评论(0)
推荐(0)
2024年1月27日
饭卡
摘要: #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 最后一个还有我
阅读(12)
评论(0)
推荐(0)
类
该文被密码保护。
阅读全文
posted @ 2024-01-27 09:09 最后一个还有我
阅读(0)
评论(0)
推荐(0)
2024年1月5日
迭代器
摘要: //#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 最后一个还有我
阅读(10)
评论(0)
推荐(0)
2023年12月31日
容器
摘要: #include <iostream> #include <list> #include <algorithm> using namespace std; int main(){ list<int> a; int b[]={1,2,3,4}; list<int> c(b,b+sizeof(b)/si
阅读全文
posted @ 2023-12-31 09:54 最后一个还有我
阅读(12)
评论(0)
推荐(0)
deque例题2
摘要: //#include <iostream> //#include <deque>//引入deque容器的头文件 //using namespace std; //int main(){ // int n; // cin>>n; // int b[n]; // deque<int> a(b,b+siz
阅读全文
posted @ 2023-12-31 09:33 最后一个还有我
阅读(13)
评论(0)
推荐(0)
deque容器例题
摘要: #include <iostream> #include <deque>//引入deque容器的头文件 using namespace std; int main(){ deque<int> a; int b[]={1,2,3,4}; deque<int> c(b,b+sizeof(b)/sizeo
阅读全文
posted @ 2023-12-31 09:17 最后一个还有我
阅读(14)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
14
下一页
公告