1433: 求整和

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

Description

 
输入10个整数,求他们的和.
输入10,每行一个整数.
输出一行,一个整数.

Sample Input Copy

10
10
10
10
10
20
20
20
20
20

Sample Output Copy

150