1003: 输入三个整数,并求和

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:536 Solved:329

Description

输入三个整数,对它们求和并输出

Input

分3行输入3个整数。

Output

输出3个整数的和

Sample Input Copy

1
2
3

Sample Output Copy

6

HINT

Source/Category