The smallest of two
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Two integers a and b are given. Print the smallest of them.
Input
Two integers a and b.
Output
Print the smallest of two given numbers.
Examples
Input #1
Answer #1
Submissions 15K
Acceptance rate 61%