上一页 1 ··· 7 8 9 10 11 12 13 14 15 下一页
摘要: #include <iostream> using namespace std; int main() { int n,m = 0,m1 = 0,x,y,x1,y1,z = 0; cin>>n; char a[10][10]; for(int i = 1;i<=n;i++){ for(int j = 阅读全文
posted @ 2023-07-21 20:15 王一行(小号) 阅读(12) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main() { int n,m,sum = 0; cin>>n; char a[n+1][n+1]; for(int i = 1;i<=n;i++){ for(int j = 1;j<=n;j++){ cin 阅读全文
posted @ 2023-07-08 20:06 王一行(小号) 阅读(19) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include "minecraft.h" #include <Windows.h> using namespace std; TxMinecraft mc; int id = 159,data = 14; /*struct Block{ int 阅读全文
posted @ 2023-07-07 20:31 王一行(小号) 阅读(24) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main() { int N; cin>>N; int H[N],L[N],R[N],l[N],r[N]; for(int i = 1;i<=N;i++){ cin>>H[i]>>L[i]>>R[i] 阅读全文
posted @ 2023-07-01 18:33 王一行(小号) 阅读(15) 评论(0) 推荐(0)
摘要: #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 王一行(小号) 阅读(19) 评论(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 王一行(小号) 阅读(19) 评论(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 王一行(小号) 阅读(10) 评论(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 王一行(小号) 阅读(16) 评论(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 王一行(小号) 阅读(11) 评论(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 王一行(小号) 阅读(33) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 下一页