DalCode — Sample Problem 1



Sample Problem 1: Print Sum of Two Numbers

This is a sample problem, and relatively easy one:

Write a program to read two numbers from the standard input, and print their sum.

Input Description

The input consists of one line containing two integers separated by a space character.

Output Description

The program will produce one line of output containing the sum of input numbers.

Sample Input

-2 3

Sample Output

1


Send comments or questions about the contest to Vlado Keselj <vlado@dnlp.ca>.