03 2024 档案

摘要:#include<iostream> #include<cmath> using namespace std; int main(){ int i=0; string m; cin>>m; freopen("in.txt","w",stdout); cout<<m; freopen("in.txt" 阅读全文
posted @ 2024-03-30 09:57 王ys 阅读(13) 评论(0) 推荐(0) 编辑
摘要:#include<iostream> #include<cmath> using namespace std; int main(){ float x,n,b=0; cin>>x>>n; b=sqrt(1+x); for(int i=2;i<=n;i++){ b=sqrt(i+b); } cout< 阅读全文
posted @ 2024-03-30 08:59 王ys 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-03-24 09:41 王ys 阅读(9) 评论(0) 推荐(0) 编辑
摘要:#include <bits/stdc++.h> #include <fstream> #include<map> using namespace std; struct book{ string name; int money; string cbs; string type; int id; } 阅读全文
posted @ 2024-03-16 10:01 王ys 阅读(16) 评论(0) 推荐(0) 编辑
摘要:三角 #include<iostream> using namespace std; int main(){ int i,j,k; char ch; for(i=1;i<=10;i++){ ch='A'; for(j=1;j<=10-i;++j){ cout<<" "; } for(k=1;k<=2 阅读全文
posted @ 2024-03-15 20:11 王ys 阅读(6) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include "minecraft.h" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { bool con=mc.ConnectMinecraft("zk.mak 阅读全文
posted @ 2024-03-08 19:51 王ys 阅读(10) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include "minecraft.h" using namespace std; TxMinecraft mc; int x=6,y=75,z=-50; void z1(int z){ mc.setBlock(x+1,y,z,143,11); mc.se 阅读全文
posted @ 2024-03-01 19:58 王ys 阅读(11) 评论(0) 推荐(0) 编辑

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