07 2023 档案

摘要://求最大公约数 #include <iostream> using namespace std; int big(int a,int b){ if(a%b==0){ return b; }else{ return big(b,a%b); } } int main(int argc, char** 阅读全文
posted @ 2023-07-31 20:17 fushuxuan1 阅读(12) 评论(0) 推荐(0) 编辑
摘要:#include <bits/stdc++.h> using namespace std; int p1,p2,p3; string str,Anstr; char Tochar(char sh){ if(p1==3){ return '*'; } return p1==1?tolower(sh): 阅读全文
posted @ 2023-07-24 20:16 fushuxuan1 阅读(24) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> using namespace std; int main(int argc, char** argv) { int N; cin>>N; int x,y,X,Y; int m=0,c=0,b=0; string a[10]; for(int q=0;q<N; 阅读全文
posted @ 2023-07-21 20:15 fushuxuan1 阅读(15) 评论(0) 推荐(0) 编辑
摘要:#include <iostream>#include <string>#include <Windows.h>#include "minecraft.h"using namespace std;TxMinecraft mc;int x,y,z,id,data;int x_pianyi,z_pian 阅读全文
posted @ 2023-07-19 20:31 fushuxuan1 阅读(36) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> using namespace std; int main(int argc, char** argv) { int n,m,a[100000]; cin>>n>>m; int x,y,k; int b,c; for(int i=1;i<=n;i++){ ci 阅读全文
posted @ 2023-07-18 20:27 fushuxuan1 阅读(12) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int x,y,z,id,data; void a(){ //第一面 id=24; data=2; mc 阅读全文
posted @ 2023-07-17 20:24 fushuxuan1 阅读(10) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> using namespace std; int main(int argc, char** argv) { int n; cin>>n; int m,c; char a[n][n]; int b[n][n]; for(int i=1;i<=n;i++){ f 阅读全文
posted @ 2023-07-08 20:08 fushuxuan1 阅读(30) 评论(0) 推荐(0) 编辑
摘要:#include <iostream>#include <string>#include "minecraft.h"using namespace std;TxMinecraft mc;void one(int x,int y,int z){ int id,data; id=179;data=14; 阅读全文
posted @ 2023-07-07 20:30 fushuxuan1 阅读(12) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> using namespace std; int main(int argc, char** argv) { int n; cin>>n; int H[n],L[n],R[n]; int l1=0,r1=0,h1=0,h2=0; for(int i=1;i<= 阅读全文
posted @ 2023-07-01 17:46 fushuxuan1 阅读(7) 评论(0) 推荐(0) 编辑

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