Problem2606--数组专题-积分5

2606: 数组专题-积分5

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 209  Solved: 162
[Status] [Submit] [Creator:]

Description

编程虎在编绘童年上编程课,每节课都会获取一定的积分,
现在输入他每节课获取的积分数,请输出这学期结束后一共有多少积分?

Input

15次课获取的积分

Output

15次课后的总积分

Sample Input Copy

10 12 17 21 9 11 15 20 6 9 8 14 19 10 100

Sample Output Copy

281

Source/Category

入门