SIMSUM - Just Sum

no tags 

This might be one of the easiest problem. You just have to add two numbers and display the result.

Input

Two numbers a and b will be the input of program where 0<=a, b<=1000000.

Output

Output will be the result of their addition.

Example

Input:
1 2
10 8484
 
Output: 3
8494


Added by:Shafayat Hossain Khan
Date:2017-03-18
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All