Determine the sum of a series of integers.
Input
One line that contains several natural numbers $$m_i$$ ($$1 \leq i \leq 200$$),
separated by a space.
Output
One line that includes a natural number: the sum of the integers $$m_i$$.
Example
Input:
1 2
Output:
3