Номер задачи - 42Задача Tree numbersОграничение 3 сек. на тест
There are three numbers. To deduce them in ascending order.
Input:
Three lines with numbers. The module of numbers is less 10 ^ 10 000.
Output:
To deduce this numbers in ascending order.
Example
Input | Output
|
---|
190
12
23
|
12
23
190
|
|