| Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб. Prepared by Ibrahim Mesecan. 
Сложность Альфа
 
 
 Student Averages (2 Grades)  Question:  Read the name and 2 grades 
of n students and show the names together with the averages.
 Input specification  At the beginning, you will be given a number (n),
the number of students where 0 ≤ n ≤ 100. 
Then in the following n lines you will be
given the name of a student followed by two integer numbers which
are between 0 and 100.
 Output specification  Show the names followed by the floating point averages.
 
| Sample Input 
 
6Juliann 67 46
 Lindsay 83 76
 Robbyn 4 27
 Samatha 26 11
 Agnes 27 91
 Ray 88 31
 
 | Sample Output 
 
Juliann 56.5Lindsay 79.5
 Robbyn 15.5
 Samatha 18.5
 Agnes 59
 Ray 59.5
 
 |  Для отправки решений необходимо выполнить вход.
 
 
 |