03 2024 档案

摘要:1 //#include <iostream> 2 //#include <cmath> 3 //using namespace std; 4 //int main(){ 5 // freopen("in.txt","r",stdin); 6 // freopen("out.txt","w",std 阅读全文
posted @ 2024-03-30 10:02 -刘-j-x- 阅读(17) 评论(0) 推荐(0) 编辑
摘要:1 #include <iostream> 2 #include <cmath> 3 using namespace std; 4 int main(){ 5 double x,n,h=0.0; 6 cin>>x>>n; 7 for(int i=1;i<=n;i++){ 8 if(i==1){ 9 阅读全文
posted @ 2024-03-30 08:58 -刘-j-x- 阅读(5) 评论(0) 推荐(0) 编辑
摘要:1 #include <iostream> 2 #include <fstream> 3 #include <map> 4 using namespace std; 5 struct book{ 6 string name; 7 float moeny; 8 string cbs; 9 string 阅读全文
posted @ 2024-03-16 09:59 -刘-j-x- 阅读(15) 评论(0) 推荐(0) 编辑
摘要:1 #include <iostream> 2 using namespace std; 3 int main(int argc, char** argv) { 4 int n; 5 cin>>n; 6 //三角 7 for(int i=1;i<=n;i++){ 8 for(int t=1;t<=n 阅读全文
posted @ 2024-03-15 20:02 -刘-j-x- 阅读(11) 评论(0) 推荐(0) 编辑
摘要:1 #include <iostream> 2 #include "Windows.h" 3 #include "minecraft.h" 4 using namespace std; 5 TxMinecraft mc; 6 int main(int argc, char** argv) { 7 b 阅读全文
posted @ 2024-03-08 20:06 -刘-j-x- 阅读(8) 评论(0) 推荐(0) 编辑
摘要:1 #include <iostream> 2 #include "Windows.h" 3 #include "minecraft.h" 4 using namespace std; 5 int x=43,y=120,z=3238; 6 TxMinecraft mc; 7 void d1(int 阅读全文
posted @ 2024-03-01 19:58 -刘-j-x- 阅读(10) 评论(0) 推荐(0) 编辑

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