03 2024 档案

摘要:#include <bits/stdc++.h> using namespace std; int main(){ string n; int i; cin>>n; freopen("in.txt","w",stdout); cout<<n; freopen("in.txt","r",stdin); 阅读全文
posted @ 2024-03-30 09:58 fushuxuan1 阅读(8) 评论(0) 推荐(0) 编辑
摘要:int count=0; for (int k=0;k<100;k++){ count++; } cout<<cunt; //程序执行次数:100 //时间复杂度:O(1) int count=0; for(int k=0;k<2*N;k++){ count++; } int M=10; while 阅读全文
posted @ 2024-03-30 08:11 fushuxuan1 阅读(6) 评论(0) 推荐(0) 编辑
摘要:#include <bits/stdc++.h> #include <windows.h> using namespace std; struct book{ string name; float money; string cbs; string writer; int kc; string ty 阅读全文
posted @ 2024-03-17 10:00 fushuxuan1 阅读(15) 评论(0) 推荐(0) 编辑
摘要:#include <bits/stdc++.h> using namespace std; struct book{ string name; float money; string cbs; string writer; int kc; string id; }; int main(){ whil 阅读全文
posted @ 2024-03-16 10:01 fushuxuan1 阅读(6) 评论(0) 推荐(0) 编辑
摘要:#include <bits/stdc++.h> using namespace std; int main(){ char n; for(int i=1;i<=10;i++){ n='A'; for(int j=1;j<i;++j){ cout<<" "; } for(int k=1;k<=19; 阅读全文
posted @ 2024-03-15 20:11 fushuxuan1 阅读(19) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { bool con=mc.Connec 阅读全文
posted @ 2024-03-03 10:01 fushuxuan1 阅读(80) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; void one(int x,int y,int z){ //第一步 //0 mc.setBlock(x 阅读全文
posted @ 2024-03-01 19:58 fushuxuan1 阅读(25) 评论(0) 推荐(0) 编辑

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