1799: 三角形的周长

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:421 Solved:5

Description

请输入三角形三条边长,求三角形的周长。

Input

输入三个整数 。

Output

输出一个整数 。

Sample Input Copy

3 4 5

Sample Output Copy

12

HINT

三角形的周长为三条边长之和

Source/Category