上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; void one(int x,int y,int z){ //第一步 //0 mc.setBlock(x 阅读全文
posted @ 2024-03-01 19:58 fushuxuan1 阅读(50) 评论(0) 推荐(0)
摘要: #include <iostream> #include <stack> using namespace std; int main(){ string a; stack<char> s; cin>>a; for(int i=0;i<a.length();i++){ if(a[i]=='(' || 阅读全文
posted @ 2024-02-19 11:43 fushuxuan1 阅读(15) 评论(0) 推荐(0)
摘要: #include <iostream> #include "minecraft.h" #include <Window.h> using namespace std; TxMincraft mc; int main(int argc, char** argv) { bool con=mc.Conne 阅读全文
posted @ 2024-02-18 11:55 fushuxuan1 阅读(27) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main(){ int m,n,b=0; cin>>n>>m; queue<int> a; for(int i=1;i<=n;i++){ a.push(i); } while(!a.empty()){ 阅读全文
posted @ 2024-01-31 11:41 fushuxuan1 阅读(10) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main(){ int boy=0,girl=0,w=0; cin>>boy>>girl>>w; queue<int> a; queue<int> b; for(int i=1;i<=boy;i++) 阅读全文
posted @ 2024-01-31 11:11 fushuxuan1 阅读(86) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main(){ int n,Min=1000,m=0; cin>>n; int a[n]; for(int i=0;i<n;i++){ cin>>a[i]; } for(int i=1;i<n;i++ 阅读全文
posted @ 2024-01-29 11:54 fushuxuan1 阅读(14) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-01-28 11:18 fushuxuan1 阅读(8) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; class t{ private: int a; int list[10000]={0}; public: void set(){ cout<<"请输入10个数字排序"<<endl; for(int i=0; 阅读全文
posted @ 2024-01-28 11:07 fushuxuan1 阅读(11) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main(){ int m=5; cout<<"请输入"<<m<<"个数字排序"<<endl; int max=100000; int list[max]={0}; int a; for(int i= 阅读全文
posted @ 2024-01-28 10:57 fushuxuan1 阅读(24) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-01-27 09:20 fushuxuan1 阅读(6) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页