You are given N numbers Ai. You are required to find the sum of Ai. Unfortunately, the numbers in the input were mixed up in such way that the number N is not necessarily the first number of the input.
The first line contains the numbers Xi (0 ≤ Xi ≤ 50). The amount of numbers in the input is not greater than 50. Among these numbers are the number N and the numbers Ai.
Calculate the sum of Ai.