摘要: class wanghuali { private: int x; int a[1000]={0}; int m=5; public: void set(){ for(int i=0;i<5;i++){ std::cin>>x; a[x]++; } } void get(){ for(int i=0 阅读全文
posted @ 2024-01-28 11:19 郭立恒 阅读(12) 评论(0) 推荐(0)