1696: 【c18】A+B 问题▅

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:1 Solved:1

Description

一张白纸上被调皮的小蓝写上了若干个整数数字,你需要快速的算出这些数字之和是多少。

Input

若干行,每行有若干个整数数字。

Output

所有输入整数数字之和。

Sample Input Copy

1 2 3
4 5 6 7
-8 -9 -10

Sample Output Copy

1