-4. Add Three Numbers

I'm a slow walker, but I never walk backwards.

題目來源:judgegirl from ntu prof. pangfeng Liu

Task Description

Write a program to read three integers , , and , then print their sum.

Input Format

There are three lines in the input. The first line has the integer , the second line has the integer , and the third line has the integer .

Output Format

There is one line in the output. The line has the sum of , , and .

Sample Input

1
2
3

Sample Output

6

Submit

Login

Testdata Set

Download Testdata