Programming Fundamentals Exam - 12 June 2016 / 01 Numbers
Имам проблем с тази задача. 90/100 резултата на конзолата е верен, но на проверка 8 гърми.... Ако някой ми каже защо ще бъде много хубаво.
Ето и условието:
Write a program to read a sequence of integers and find and print the top 5 numbers that are greater than the average value in the sequence, sorted in descending order.
Input
Read from the console a single line holding space separated number.
Output
Print the above described numbers on a single line, space separated. If less than 5 numbers hold the above mentioned property, print less than 5 numbers. Print “No” if no numbers hold the above property.
Constrains
All input numbers are integers in range [-1 000 000 … 1 000 000]. The count of numbers is in range [1…10 000].
http://pastebin.com/5WrM3xym
То хубаво обаче с ЛИСТ не съм работил, но ще разгледам твоето решение ако мога да "открадна" нещо :)