poj-2010

題意:在c箇中選出n個牛(在n個牛的學費小於f的狀況下),使得智慧中位數最大。輸出中位數。ios 題解:按智慧從小到大排序,將每個數的前面和後面n/2個數的最小花費記錄下來,而後從後往前遍歷第一個符合要求的就是答案。spa #include <stdio.h> #include <string.h> #include <iostream> #include <iostream> #include
本站公眾號
   歡迎關注本站公眾號,獲取更多信息