| Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб. 
 
 Even NumbersQuestion:
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 |  
		| 
		128
 
 | 
		40 40
 
 |  
		 
		| Sample Input II | Sample Output II |  
	 
		| 
		8 is the smallest
		 | 
		both numbers are equal
		 |  
 Для отправки решений необходимо выполнить вход.
 
 
 |