Task info

Limits
  • Time: 1 s
  • Memory: 128 MB
Author:
  • Admin

Submit solution



Your results
You haven't submitted any solutions.
More »

Write a program that computes a sum of two numbers A and B.

Input

The first line contains space separated integers A and B.

Constraints

  • -10^{100} \leq A, B \leq 10^{100}

Subtask 1 (75 points)

  • -2^{30} \lt A, B \lt 2^{30}

Subtask 2 (25 points)

  • no additional constraints

Output

Output a single line containing the sum.

Examples

Input

1 2

Output

3

Input

-17 6

Output

-11
Tip: Log in to
  • submit and test your solution
  • post or read questions and answers about this task