上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: 阅读全文
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 博科元官方号 阅读(1) 评论(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 博科元官方号 阅读(2) 评论(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 博科元官方号 阅读(2) 评论(0) 推荐(0) 编辑
摘要: #include <bits/stdc++.h> #include "minecraft.h" #include <Windows.h> using namespace std; TxMinecraft mc; int main() { bool con = mc.ConnectMinecraft( 阅读全文
posted @ 2024-02-20 15:55 博科元官方号 阅读(3) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> using namespace std; int main(){ int n; cin>>n; int b=1,i=0,j=n-1,a[n][n]; for(int i=0;i<n;i++){ for(int j=0;j<n;j++){ a[i][j]=0; 阅读全文
posted @ 2024-02-19 15:25 博科元官方号 阅读(27) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-01-31 15:25 博科元官方号 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-01-31 11:36 博科元官方号 阅读(0) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <queue> using namespace std; int main(){ queue<int> a; queue<int> b; int m,w,c,e; cin>>m>>w>>c; for(int i=1;i<m;i++){ a.p 阅读全文
posted @ 2024-01-31 11:16 博科元官方号 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 9 下一页