Baltic Olympiad in Informatics, April 30 – May 3, 2010, Tartu, Estonia
This is the standard silly practice task. As usual, you're asked to write a program to add two integers.
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.
The first and only line of the text file silly.out should contain a single integer, the value of A + B.
silly.in | silly.out | 2 3 | 5 |