Problem12255--求整和

12255: 求整和

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

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

Sample Input Copy

10
10
10
10
10
20
20
20
20
20

Sample Output Copy

150