| Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб. 
 
 Calculate the Average
Write a program that asks the user to type 5 integers 
and than calculates the average of them.
 Input: 
In the first line you will get 5 integer numbers.
 Output: 
Average of the 5 integers numbers 
(Result may be decimal number).
  Для отправки решений необходимо выполнить вход.
| Sample Input I 
 
4 6 3 7 7
 | Sample Input II 
 
4 6 3 7 7
 |  
| Sample Output I 
 
5.4
 | Sample Output I 
 
3
 |  
 
 |