Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
Even Numbers
Question:
Write a program that finds the minimum of 2 integer numbers.
Input specification:
For each line, an integer is input.
Output specification:
Displays the minimum of 2 integer numbers like the format as follows: n "is the smallest". If both numbers are equal, it outputs "both numbers are equal".
Sample Input I |
Sample Output I |
12
8
|
40
40
|
Sample Input II |
Sample Output II |
8 is the smallest
|
both numbers are equal
|
Для отправки решений необходимо выполнить вход.
|