摘要: #include <bits/stdc++.h> using namespace std; int lie=16,hang=16,lie_shu,hang_shu; int black_flag[16][16]; bool black=true; int all[16][16]; void f5() 阅读全文
posted @ 2023-08-10 20:32 hanxuyao 阅读(30) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std;int main(){ int h=16,l=16,a_h,a_l,b_h[3],b_l[3]; char qi,zhi,wei; cin>>a_h>>a_l; for(int i=0;i<3;i++) { b 阅读全文
posted @ 2023-08-08 20:29 hanxuyao 阅读(22) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-08-03 14:39 hanxuyao 阅读(0) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int p1,p2,p3; string S,Ans; char ToChar(char ch){ if(p1==3){ return '*'; } return p1==1?tolower(ch):toup 阅读全文
posted @ 2023-07-24 20:21 hanxuyao 阅读(41) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main(int argc, char** argv) { int c=0,m=0,s=0,N,x,y,X,Y; string xyz[10]; cin>>N; for(int V=0;V<N;V++ 阅读全文
posted @ 2023-07-21 20:17 hanxuyao 阅读(24) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h>#include <string>#include "minecraft.h"#include <Windows.h>using namespace std;TxMinecraft mc;int x,y,z,id,data;void chu_shi_h 阅读全文
posted @ 2023-07-19 20:28 hanxuyao 阅读(30) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main(int argc, char** argv) { int m,n,a[n]; cin>>n>>m; int x,y,ans,j,k[n]; for(int i=1;i<=n;i++ ){ c 阅读全文
posted @ 2023-07-18 19:32 hanxuyao 阅读(12) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main(int argc, char** argv) { int n,m,ge=0,sum=0; char a[100][100]; cin>>n; for(int i=1;i<=n;i++){ f 阅读全文
posted @ 2023-07-08 20:22 hanxuyao 阅读(28) 评论(0) 推荐(0)
摘要: #include <iostream>#include <string>#include "minecraft.h"using namespace std;TxMinecraft mc;int main(int argc, char** argv){bool con=mc.ConnectMinecr 阅读全文
posted @ 2023-07-07 20:33 hanxuyao 阅读(15) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int n,L1=0,R1=0,h1=0,h2=0; cin>>n; int H[1001],L[1001],R[1001]; for(int i=1 阅读全文
posted @ 2023-07-01 19:13 hanxuyao 阅读(14) 评论(0) 推荐(0)