03 2024 档案

摘要:#include <bits/stdc++.h> using namespace std; void ksort(int *a,int l,int r){ int mid = a[(l+r)/2]; int i = l,j = r; do{ while(a[i]<mid){ i++; } while 阅读全文
posted @ 2024-03-26 21:47 王一行(小号) 阅读(3) 评论(0) 推荐(0) 编辑
摘要:#include <bits/stdc++.h> using namespace std; int main(){ int n,m; string x; cin>>n>>x>>m; string ant = to_string(stoi(x,0,n)); long i = 0,j = stoi(an 阅读全文
posted @ 2024-03-20 19:49 王一行(小号) 阅读(13) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <fstream> #include <map> using namespace std; struct book{ string type1; string bookname; float money; int zt = 1; string 阅读全文
posted @ 2024-03-16 09:46 王一行(小号) 阅读(35) 评论(0) 推荐(0) 编辑
摘要:1.三角形 #include <iostream> using namespace std; int main() { int t; cin>>t; int n = 65; for(int i = 1;i<=t;i++){ for(int j = 1;j<=t-i;j++){ cout<<" "; 阅读全文
posted @ 2024-03-15 20:02 王一行(小号) 阅读(20) 评论(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-03-08 20:06 王一行(小号) 阅读(12) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include "minecraft.h" using namespace std; TxMinecraft mc; void set1(int x,int y,int z,int data){ mc.drawLine(x+1+1,y,z,x+2+1,y,z 阅读全文
posted @ 2024-03-01 19:58 王一行(小号) 阅读(3) 评论(0) 推荐(0) 编辑

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