ACM训练2058: [STL训练]Who's in the Middle题解

初见你 算法基础篇 33 0
想要成为编程高手?那就来试试全网最全C++题库,让您在练习中快速成长。
FJ is surveying his herd to find the most average cow.He wants to know how much milk this 'median' cow gives:half of the cows give as much or more than the median; half give as much or less.

FJ is surveying his herd to find the most average cow.He wants to know how much milk this 'median' cow gives:half of the cows give as much or more than the median; half give as much or less.  Given an odd number of cows N (1 <= N < 10,000) and their milk output (1..1,000,000), find the median amount of milk  given such that at least half the cows give the same amount of milk or more and at least half give the same or less.

ACM训练2058: [STL训练]Who's in the Middle题解
-第1张图片-东莞河马信息技术
(图片来源网络,侵删)
成为编程大师,不再是梦想!全网最全C++题库,助您开启编程新篇章。

标签: ACM训练2058: [STL训练]Who's in the Middle题解