1054 - 【入门】整数的和
Time Limit : 1 秒
Memory Limit : 128 MB
求3个整数的和。
输入a、b、c这3个整数,求它们的和。
Input
3个整数。
Output
三个数的和。
Examples
Input
1 2 3
Output
6