130301 - a+b+c
Time Limit : 1 秒
Memory Limit : 128 MB
输入三个整数a,b,c,输出它们相加的结果
Input
输入为3行,每行一个整数。
Output
输出为一行,三个整数相加的结果。
Examples
Input
2 3 4
Output
9