Given the input: '5 1 4 2 3', which of the following represents the correct output after sorting the numbers in descending order?

Answer: A. 5 4 3 2 1
The numbers sorted in descending order are 5, 4, 3, 2, 1.