Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб.  Question by Ibrahim Mesecan. 
Сложность Альфа
  
Average of 4 Marks 
You will be given 4 marks of a student where every mark is between 1 and 100.
Calculate and show the average of the marks. 
 
Input specification   
You will be given 4 integers (m1, m2, m3, m4) where 1 ≤ m1, m2, m3, m4 ≤ 100  
Output specification   
Calculate and show the average of the marks.  
Note: Pay attention that the result may be a floating point number.
 
  
Sample Input I   
  40 40 60 60  
Sample Output I  
  50
 |    
 Для отправки решений необходимо выполнить вход.
  
 |