Sorting Two
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The input for the program consists of two integers, a and b, provided on a single line and separated by a space. Your task is to print these numbers in ascending order, with the smaller number appearing first, followed by the larger one.
Input
Two integers, a and b, are given on a single line, separated by a space.
Output
On one line, print the smaller number first, followed by the larger number.
Examples
Input #1
Answer #1
Submissions 15K
Acceptance rate 53%