Baltic Olympiad in Informatics | |||||
April 30 – May 3, 2010, Tartu, Estonia | |||||
Home About BOI Schedule Teams Tasks Practice Grid First day Second day Test data Solutions Results Pictures Contest rules Contest environment Online contest General info Contact Printable version |
Silly Practice TaskThis is the standard silly practice task. As usual, you're asked to write a program to add two integers. Input DataThe 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 DataThe first and only line of the text file silly.out should contain a single integer, the value of A + B. Example
|