sort 3 elements
Given 3 floating-point numbers, your task is to print them in increasing order.
Input | Output |
4
-3.5
2 | -3.5 2 4 |
Constraints
Time limit: 1 seconds
Memory limit: 512 MB
Output limit: 1 MB
Introduction to Python
Input | Output |
4
-3.5
2 | -3.5 2 4 |
Time limit: 1 seconds
Memory limit: 512 MB
Output limit: 1 MB