A+B Problem

Time Limit
1s
Memory Limit
32768KB
Judge Program
Standard
Ratio(Solve/Submit)
36.43%(2041/5602)
Description:

Calculate A + B.

Input:

Only line contains two integers A and B.

Output:

Output A + B in one line.

Sample Input:
1 1
Sample Output:
2

Submit