- Time limit: 5.00 s
- Memory limit: 512 MB
Given two numbers and , calculate their sum .
Input
The first line of input consists of two space-separated numbers, and . Note that the numbers might be negative.
Output
Output a single integer .
Constraints
Examples
Input:
3 5
Output:
8
Input:
-6 4
Output:
-2