【C++】__將五個選手進行打分,而後成績從高到低依次排列(這個程序會很好的解釋C++面向對象的思想)

要求:ios 一、五位選手。數組 二、十位評委打分,去掉最高最低分,算出平均分。函數 三、將平均分(最終分)按照從高到低排列。spa 四、用到動態數組和排序。code #include <iostream> #include<vector> #include<algorithm> #include<string> using namespace std; class player { publi
相關文章
相關標籤/搜索