Minimum and maximum
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find minimum and maximum between two positive integers.
Input
Two positive integers and .
Output
Print in one line the minimum and then maximum between two numbers and .
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 32K
Acceptance rate 58%