12 2023 档案

摘要:#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)/sizeo 阅读全文
posted @ 2023-12-31 10:00 王ys 阅读(3) 评论(0) 推荐(0) 编辑
摘要:删除指定数字 #include<iostream> #include<deque> using namespace std; int main(){ int n,x; cin>>n; int m[n]; for(int i=0;i<n;i++){ cin>>m[i]; } deque<int> a( 阅读全文
posted @ 2023-12-31 09:36 王ys 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-12-31 08:47 王ys 阅读(4) 评论(0) 推荐(0) 编辑
摘要:#include<iostream> #include<vector> #include<windows.h> using namespace std; bool b=false; int m,l_m,age,grade; string name; struct Student{ int id; s 阅读全文
posted @ 2023-12-29 19:56 王ys 阅读(14) 评论(0) 推荐(0) 编辑
摘要:#include<iostream> #include<windows.h> using namespace std; HWND hand=NULL; DWORD pid=0; HANDLE hProcess=NULL; DWORD BaseValue=0; DWORD SunshineAddres 阅读全文
posted @ 2023-12-23 09:32 王ys 阅读(37) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include "minecraft.h" using namespace std; int main(int argc, char** argv) { TxMinecraft mc; bool con=mc.ConnectMinecraft("zk.mak 阅读全文
posted @ 2023-12-10 09:24 王ys 阅读(47) 评论(0) 推荐(0) 编辑
摘要:删除指定数字 #include<iostream> #include<vector> using namespace std; int main(){ int n,x; cin>>n; int m[n]; for(int i=0;i<n;i++){ cin>>m[i]; } vector<int> 阅读全文
posted @ 2023-12-09 10:00 王ys 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-12-09 09:20 王ys 阅读(5) 评论(0) 推荐(0) 编辑
摘要:#include<iostream> #include <fstream> using namespace std; struct card{ string name; int id; int money; bool build_card(int x_id,string x_name){ name= 阅读全文
posted @ 2023-12-02 10:01 王ys 阅读(27) 评论(0) 推荐(0) 编辑

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