摘要: 阅读全文
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)