Skip to content
C

Print the Sum

Easyjava

Read two integers and print their sum. This is the next step after printing fixed text: reading numbers and doing arithmetic.

Input: one line with two integers separated by a space.

Output: one line: their sum.

Input (stdin)

Output

Run your code to see output here...