会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
liujiaxing-
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
12
下一页
2024年6月14日
1
摘要: 1 #include <iostream> 2 #include <vector> 3 using namespace std; 4 int main(){ 5 long b; 6 int w; 7 int c=0; 8 vector<int> a; 9 a.push_back(1); 10 cin
阅读全文
posted @ 2024-06-14 19:46 -刘-j-x-
阅读(7)
评论(0)
推荐(0)
2024年6月8日
服务端
摘要: //服务端(以C++作范例) #include"mysocket.h" //导入头文件:由于mysock头文件本身就有其它文件,这里无需导入 using namespace std; SOCKET s_accept; int main() { cout << " 服务端 \n"; cout << "
阅读全文
posted @ 2024-06-08 10:03 -刘-j-x-
阅读(20)
评论(0)
推荐(0)
发信息(客户)
摘要: //客户端 #include"mysocket.h" //头文件 using namespace std; int main() { cout << " 客户端 \n"; startup(); //启动 //检测版本号 if (LOBYTE(wsdata.wVersion) != 2 || HIBY
阅读全文
posted @ 2024-06-08 10:02 -刘-j-x-
阅读(33)
评论(0)
推荐(0)
2024年6月7日
高除低
摘要: #include <iostream> #include <vector> using namespace std; int main(){ string la,lb; int b,l=0; cin>>la>>b; vector<int> a,cl; for(int i=la.size()-1;i>
阅读全文
posted @ 2024-06-07 20:29 -刘-j-x-
阅读(13)
评论(0)
推荐(0)
2024年6月1日
高减高
摘要: #include <iostream> #include <vector> using namespace std; int main(){ string la,lb; cin>>la>>lb; vector<int> a,cl,b; for(int i=0;i<=la.size();i++){ i
阅读全文
posted @ 2024-06-01 15:55 -刘-j-x-
阅读(9)
评论(0)
推荐(0)
高加高
摘要: 1 #include <iostream> 2 #include <vector> 3 using namespace std; 4 int main(){ 5 string la,lb; 6 cin>>la>>lb; 7 vector<int> a,cl,b; 8 for(int i=0;i<=l
阅读全文
posted @ 2024-06-01 15:28 -刘-j-x-
阅读(11)
评论(0)
推荐(0)
2024年5月31日
高乘高
摘要: #include <iostream> #include <vector> using namespace std; int main(){ string l; cin>>l; int x=0,c=0; vector<int> a,b; int cl[100]={0}; for(int i=l.si
阅读全文
posted @ 2024-05-31 20:24 -刘-j-x-
阅读(10)
评论(0)
推荐(0)
2024年5月25日
高精度加低精度
摘要: #include <iostream> #include <vector> using namespace std; int main(){ int b; string la; cin>>la>>b; vector<int> a,cl; for(int i=0;i<=la.size();i++){
阅读全文
posted @ 2024-05-25 16:02 -刘-j-x-
阅读(10)
评论(0)
推荐(0)
高精度乘低精度
摘要: #include <iostream> #include <vector> using namespace std; int main(){ long b; int w; string l,lw; cin>>l; int c=0; vector<int> a; for(int i=l.size()-
阅读全文
posted @ 2024-05-25 10:02 -刘-j-x-
阅读(11)
评论(0)
推荐(0)
2024年5月24日
屏幕上显示字-兴
摘要: #include <iostream> #include <windows.h> #include <conio.h> #include <vector> using namespace std; int main(int argc, char** argv) { HANDLE handle=Get
阅读全文
posted @ 2024-05-24 20:23 -刘-j-x-
阅读(14)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
12
下一页
公告