06 2024 档案

摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2024-06-22 15:00 陈若麟 阅读(10) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include "minecraft.h" #include "Windows.h" using namespace std; TxMinecraft mc; //string id,data; int main() { bool con=mc.Connec 阅读全文
posted @ 2024-06-15 10:00 陈若麟 阅读(9) 评论(0) 推荐(0) 编辑
摘要:#include<iostream> #include<vector> using namespace std; int main(){ int n; cin>>n; vector<int> a; int b=1; string s; for(int i=n;i>=1;i--){ b*=i; } / 阅读全文
posted @ 2024-06-14 20:31 陈若麟 阅读(4) 评论(0) 推荐(0) 编辑
摘要://客户端 #include "mysocket.h" //头文件 using namespace std; int main(int argc, char** argv) { cout<< " 客户端 \n"; startup(); //检测版本号 if(LOBYTE(wsdata.wVersio 阅读全文
posted @ 2024-06-08 10:03 陈若麟 阅读(9) 评论(0) 推荐(0) 编辑
摘要:#include<iostream> #include<vector> using namespace std; int main(){ string s; cin>>s; vector<int> a; int b; cin>>b; for(int i=s.size()-1;i>-1;i--){ a 阅读全文
posted @ 2024-06-07 20:28 陈若麟 阅读(5) 评论(0) 推荐(0) 编辑
摘要:#include<iostream> #include<vector> using namespace std; int main(){ string s; cin>>s; vector<int> a,b; for(int i=s.size()-1;i>-1;i--){ a.push_back(s[ 阅读全文
posted @ 2024-06-07 19:47 陈若麟 阅读(6) 评论(0) 推荐(0) 编辑
摘要:#include<iostream> #include<vector> using namespace std; int main(){ string s; cin>>s; vector<int> a,b,d; for(int i=s.size()-1;i>-1;i--){ a.push_back( 阅读全文
posted @ 2024-06-01 15:53 陈若麟 阅读(10) 评论(0) 推荐(0) 编辑
摘要:#include<iostream> #include<vector> using namespace std; int main(){ string a; int sam=0,b; cin>>a>>b; vector<int> c,d; for(int i=a.size()-1;i>-1;i--) 阅读全文
posted @ 2024-06-01 15:33 陈若麟 阅读(3) 评论(0) 推荐(0) 编辑
摘要:#include<iostream> #include<vector> using namespace std; int main(){ string s; cin>>s; vector<int> a,b; for(int i=s.size()-1;i>-1;i--){ a.push_back(s[ 阅读全文
posted @ 2024-06-01 14:45 陈若麟 阅读(4) 评论(0) 推荐(0) 编辑