11208 - 求3个整数的和
Time Limit : 1 秒
Memory Limit : 128 MB
输入a b c三个整数,求它们的和。
Input
a b c(a、b、c为三个整数)
Output
a+b+c的和
Examples
Input
2 3 5
Output
10