06 2023 档案

摘要:#include <bits/stdc++.h> #include "minecraft.h" #include <Windows.h> using namespace std; TxMinecraft mc; struct Block{ int x,y,z,id,data,_x,_y,_z; vo 阅读全文
posted @ 2023-06-24 20:02 王一行(小号) 阅读(7) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> using namespace std; int main() { int N,L,maxx = 0,minn = 0; cin>>N>>L; int a[N],b[N][2]; for(int i = 0;i<3;i++){ cin>>a[i]; maxx 阅读全文
posted @ 2023-06-24 18:06 王一行(小号) 阅读(16) 评论(0) 推荐(0) 编辑
摘要:#include <bits/stdc++.h> using namespace std; map<string,int>a; int main() { int n,many,m; cin>>n; string name[n],b[n],name_; for(int i = 0;i<n;i++){ 阅读全文
posted @ 2023-06-23 20:10 王一行(小号) 阅读(6) 评论(0) 推荐(0) 编辑
摘要:#include <bits/stdc++.h> using namespace std; int main() { string a; cout<<"请想一个数(1~100)"<<endl; system("pause"); int max = 100,min = 0; while(a!="对了" 阅读全文
posted @ 2023-06-07 18:09 王一行(小号) 阅读(9) 评论(0) 推荐(0) 编辑
摘要://两个矩阵的乘积之和#include <iostream> using namespace std; int main() { int a[5][5],b[5][5],sum = 0; for(int i = 0;i<5;i++){ for(int j = 0;j<5;j++){ cin>>a[i 阅读全文
posted @ 2023-06-04 09:47 王一行(小号) 阅读(7) 评论(0) 推荐(0) 编辑
摘要:#include <bits/stdc++.h> #include "minecraft.h" #include <Windows.h> using namespace std; TxMinecraft mc; int main() { bool con = mc.ConnectMinecraft( 阅读全文
posted @ 2023-06-03 20:06 王一行(小号) 阅读(22) 评论(0) 推荐(0) 编辑

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