Order of 3
Runners
Write a
program that asks for the names of three runners and the time it took each of
them to finish a race. 
The program should display who came in first, second, and third place. 
Input: In the first line, you will get 3 names.
In the second line you will get finis times for each runner
Output: Name of the runners ordered
according to race finish times separated by a space.
 
  | Sample Input1: | Sample Input2: | 
 
  | Erjon Besjon Arjon 20 10 30 | Xhulia Anisa Sara 5 3 4 | 
 
  | Sample Output1: | Sample Output2: | 
 
  | Besjon Erjon Arjon | Anisa Sara Xhulia | 
 
 
Для отправки решений необходимо