两个吃奶一个添下面视频_人妻第一页香蕉网_欧美xxxx少妇_妺妺窝人体色www婷婷

Dotcpp  >  編程題庫  >  [STL訓(xùn)練]Who's in the Middle
題目 2058:

[STL訓(xùn)練]Who's in the Middle

時間限制: 2s 內(nèi)存限制: 192MB 提交: 1656 解決: 790

題目描述

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.

輸入格式

* Line 1: A single integer N 
* Lines 2..N+1: Each line contains a single integer that is the milk    
                          output of one cow.

輸出格式

* Line 1: A single integer that is the median milk output.

樣例輸入

5
2
4
1
3
5

樣例輸出

3

提示

零基礎(chǔ)同學(xué)可以先學(xué)習(xí)視頻課程,包含C/C++、Python、百練、藍(lán)橋杯輔導(dǎo)、算法數(shù)據(jù)結(jié)構(gòu)等課程,提供視頻講解以及配套習(xí)題,還有老師答疑,點(diǎn)擊這里了解課程詳情
標(biāo)簽