St. Bonaventure University
High School
Programming Contest

Addition

 

Problem SAMPLE-1: Addition – A TESTING PROBLEM

Overview:

       Addition is very important - so important that it is the second arithmetic operation taught (after counting).  This problem requires an understanding of addition.

Problem:

       You will be given two integers and must produce their sum.

Input:

       The input will consist of a single line of text containing two integers separated by a space.  Each integer will be less than 1000000 in absolute value.

Output:

       The output will consist of a single line of text containing (only) the sum of the two integers from the input.

Example 1:


   Input

     1 1

  Output

     2

Example 2:


  Input

     23 19

  Output

     42


About TESTING PROBLEMS:

 

      YOU ARE NOT TO WRITE A SOLUTION TO THIS PROBLEM!!!!

 

      Rather, a flawed solution to this problem exists on the web page referenced by the shortcut on your desktop.  You must determine an input set for which our solution gives the wrong answer.  As demonstrated at orientation, you must then indicate an input data set and a correct output data set.  Once you have determined these, you must fill in the fields on the web page and submit your answer.

Launch the Addition Testing Page