USACO 2018年2月賽銅級題2
Hoofball
In preparation for the upcoming hoofball tournament, Farmer John is drilling his?NN?cows (conveniently numbered?1…N1…N, where?1≤N≤1001≤N≤100) in passing the ball. The cows are all standing along a very long line on one side of the barn, with cow?ii?standing?xixiunits away from the barn (1≤xi≤10001≤xi≤1000). Each cow is standing at a distinct location.
At the beginning of the drill, Farmer John will pass several balls to different cows. When cow?ii?receives a ball, either from Farmer John or from another cow, she will pass the ball to the cow nearest her (and if multiple cows are the same distance from her, she will pass the ball to the cow farthest to the left among these). So that all cows get at least a little bit of practice passing, Farmer John wants to make sure that every cow will hold a ball at least once. Help him figure out the minimum number of balls he needs to distribute initially to ensure this can happen, assuming he hands the balls to an appropriate initial set of cows.
INPUT FORMAT (file hoofball.in):
The first line of input contains?NN. The second line contains?NN?space-separated integers, where the?iith integer is?xixi.
OUTPUT FORMAT (file hoofball.out):
Please output the minimum number of balls Farmer John must initially pass to the cows, so that every cow can hold a ball at least once.
SAMPLE INPUT:
5
7 1 3 11 4
SAMPLE OUTPUT:
2
In the above example, Farmer John should pass a ball to the cow at?x=1x=1?and pass a ball to the cow at?x=11x=11. The cow at?x=1x=1will pass her ball to the cow at?x=3x=3, after which this ball will oscillate between the cow at?x=3x=3?and the cow at?x=4x=4. The cow at?x=11x=11?will pass her ball to the cow at?x=7x=7, who will pass the ball to the cow at?x=4x=4, after which this ball will also cycle between the cow at?x=3x=3?and the cow at?x=4x=4. In this way, all cows will be passed a ball at least once (possibly by Farmer John, possibly by another cow).
It can be seen that there is no single cow to whom Farmer John could initially pass a ball so that every cow would eventually be passed a ball.
Problem credits: Dhruv Rohatgi
以上就是關于【USACO 2018 February Contest, Bronze Problem 2. Hoofball】的解答,如需了解學校/賽事/課程動態,可至翰林教育官網獲取更多信息。
往期文章閱讀推薦:
【組隊招募】經濟/數模競賽CNEC/IEO/SIC/HiMCM…組隊報名!
NOAI人工智能奧賽 2026-2027 活動章程出爐:新規則必看!

? 2026. All Rights Reserved. 滬ICP備2023009024號-1