对给所给的若个个数值,计算出他们的总和
Input
每行数据代表一个加数
Output
输出所有加数的总和
Sample Input
1 1 1 1
Sample Output
4
Hint
高精做成过程