Problem D: 整数的和

Problem D: 整数的和

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

Description

求3个整数的和。 输入a、b、c这3个整数,求它们的和。

Input

3个整数。

Output

三个数的和。

Sample Input Copy

1 2 3

Sample Output Copy

6