Calculate the circumference of a triangle on the basis of the length of the sides.
Three integers, each on a separate line, representing the length of the sides $$a$$, $$b$$ and $$c$$ of a triangle.
The circumference of the triangle.
Input:
1234
666
789
Output:
2689