In this problem, your job is to add two numbers.
The input will consist of one line consisting of two integers A
and B
(-100 ≤ A, B ≤ 100
) separated by a single space.
The output will consist of one single line consisting of one integer that is, A + B
.
-10 100
90