Editorial for GlobeX Cup '18 J2 - Mark Gambling


Remember to use this editorial only when stuck, and not to copy-paste code from it. Please be respectful to the problem author and editorialist.
Submitting an official solution before solving the problem yourself is a bannable offence.

Author: Rimuru

To solve this problem, we can calculate the average of the marks given. Next, we can simply sort the array and check if the middle position is greater than the average. If so, we can output Winnie should take the risk, otherwise, That's too risky.


Comments

There are no comments at the moment.