03 2024 档案

摘要:int count=0; for(int k=0;k<100;k++){ count++; } cout<<count; //程序执行次数:100 //时间复杂度:O(1) int count=0; for(int k=0;k<*N;k++){ count++; } int M=10; while( 阅读全文
posted @ 2024-03-24 09:38 昵称就是最好的昵称 阅读(3) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <fstream> #include <string> #include <iomanip> #include <vector> #include <stdlib.h> #include <string.h> using namespace 阅读全文
posted @ 2024-03-17 14:11 昵称就是最好的昵称 阅读(4) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2024-03-16 10:01 昵称就是最好的昵称 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-03-16 09:45 昵称就是最好的昵称 阅读(2) 评论(0) 推荐(0) 编辑
摘要:#include <bits/stdc++.h> #include <iomanip> using namespace std; int main(int argc, char** argv) { char a; int i,j,c,k=2; for(int i=0;i<10;i++){ a='A' 阅读全文
posted @ 2024-03-15 20:12 昵称就是最好的昵称 阅读(3) 评论(0) 推荐(0) 编辑
摘要:#include <bits/stdc++.h> #include <iomanip> using namespace std; int main(int argc, char** argv) { char a; int i,j,c; for(int i=0;i<10;i++){ a='A'; fo 阅读全文
posted @ 2024-03-15 19:41 昵称就是最好的昵称 阅读(1) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include "Windows.h" #include "minecraft.h" using namespace std; TxMinecraft mc; int x=9992,y=150,z=9811; int id,data; ////hua // 阅读全文
posted @ 2024-03-08 19:02 昵称就是最好的昵称 阅读(4) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include "Windows.h" #include "minecraft.h" using namespace std; TxMinecraft mc; int x,y,z; int id,data; using namespace std; void 阅读全文
posted @ 2024-03-01 19:58 昵称就是最好的昵称 阅读(3) 评论(0) 推荐(0) 编辑

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