1008: input/output_4(There were errors in the previous verification data that have been corrected.)

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:263 Solved:103

Description

Please design a program which can output the addition of the two input numbers. ( Integer-type variable is suggested. There is no any extra output content behind the specified output. Notably the problem is to get acquainted with the correct way to deal with input/output in this Online Judging System.)

Input

1 2

Output

3

Sample Input Copy

1 2

Sample Output Copy

3