logo Baltic Olympiad in Informatics
April 30 – May 3, 2010, Tartu, Estonia

Silly Practice Task

This is the standard silly practice task. As usual, you're asked to write a program to add two integers.

Input Data

The first and only line of the text file silly.in contains the two integers, A and B (|A| < 231, |B| < 231), separated by a space.

Output Data

The first and only line of the text file silly.out should contain a single integer, the value of A + B.

Example

silly.insilly.out
2 35