摘要: #include<iostream> #include<string> using namespace std; int b; string c,d; string jiami(string a,int key){ c=""; for(int i=0;i<a.size();i++){ if(a[i] 阅读全文
posted @ 2024-01-28 15:57 陈若麟 阅读(19) 评论(0) 推荐(0)
摘要: class tong{ private: int x; int a[100000]={0}; int m=5; public: void set(){ std::cout<<"请输入5个数进行比较:"; for(int i=0;i<5;i++){ std::cin>>x; a[x]++; } } v 阅读全文
posted @ 2024-01-28 10:42 陈若麟 阅读(15) 评论(0) 推荐(0)