Epoka Science Olympiad 2017 - 8th Grade |
Старт: 06.мая.2017 в 10:00:00
Финиш: 06.мая.2017 в 12:30:00
Турнир завершён!
• Турнирная таблица
|
|
Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб.
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
|
Для отправки решений необходимо выполнить вход.
|