6101 - WarmUp   

Description

This is a warm up problem.

students can get familiar with the judge system by trying it out.

 

the program should take two integers and output the sum of them.

the sum of the two integer will not overflow the int type.

Input

two integer.

Output

the sum of the input integers.

Sample Input  Download

Sample Output  Download

Tags




Discuss