1105: 【基础题】计算三角形的周长
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:23
Solved:21
Description
请你编写一个程序,计算三角形的周长。
Input
输入有三行,每一行代表三角形的一条边。
Output
输出三角形周长
Sample Input Copy
2
2
2
Sample Output Copy
6