Problem S: 五个数之和

Problem S: 五个数之和

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 90  Solved: 69
[Status] [Submit] [Creator:]

Description

输入五个整数,求它们的和。  

Input

一行,五个整数,两两之间以一个空格分隔。每个数均为不超过 100 的正整数。  

Output

输出一个整数,表示五个数之和。  

Sample Input Copy

1 3 5 6 8

Sample Output Copy

23