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);
阅读全文
摘要: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
阅读全文
摘要:#include <bits/stdc++.h> #include <windows.h> using namespace std; struct book{ string name; float money; string cbs; string writer; int kc; string ty
阅读全文
摘要:#include <bits/stdc++.h> using namespace std; struct book{ string name; float money; string cbs; string writer; int kc; string id; }; int main(){ whil
阅读全文
摘要:#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;
阅读全文
摘要:#include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { bool con=mc.Connec
阅读全文
摘要:#include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; void one(int x,int y,int z){ //第一步 //0 mc.setBlock(x
阅读全文