Perimeter of triangle
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
The sides of triangle are given. Find the perimeter of triangle.
Input
Consists of multiple tests. Each line contains the lengths of three sides of triangle. The lengths are positive real numbers.
Output
For each test print in a separate line the perimeter of triangle with decimal digits.
Examples
Input #1
Answer #1
Submissions 7K
Acceptance rate 38%