Order of three
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The program takes three integers , and as input, provided in a single line and separated by spaces. Your task is to sort these numbers in ascending order and display them.
Input
You will receive one line containing three integers separated by spaces.
Output
Print the three integers in ascending order.
Examples
Input #1
Answer #1
Submissions 16K
Acceptance rate 50%