#P1010. Score Statistics——分数统计
Score Statistics——分数统计
Statement
When Timothy teaches younger students in the SCZ, he needs to offer different courses based on their abilities, which requires knowing their average scores.
Input
The first line contains an integer representing the number of children;
The second line contains integers separated by spaces, representing their scores
Output
Output a rounded integer representing the average.
Samples
3
100 99 98
99