6. Order by Age от 06. C#-Fundamentals-Objects-and-Classes-Exercise
Кратка и лесна зачача, която ми създава проблем:
You will receive an unknown number of lines. Each line will be consisted of an array of 3 elements. The first element will be a string and it will represent the name of a person. The second element will be a string and it will represent the ID of the person. The last element will be an integer - the age of the person. When you receive the command "End", print all the people, ordered by age.
Кода тук: https://pastebin.com/RPMBbPyy
В Judge покривам коректно нулевия тест и получавм 0/100.
В условието няма нищо за проверки и действия при повторения на имена ID и т.н. Приемам, че всички входни данни са коректни.
Насоки за откриване на грешки?