401361: GYM100418 A A+-B

Memory Limit:64 MB Time Limit:1 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

A. A+-Btime limit per test1 secondmemory limit per test64 megabytesinputstandard inputoutputstandard output

You are given the integer numbers A and B. Output A + B or A - B.

Input

The first line contains two numbers A, B separeted by a single space ( - 263 ≤ A, B < 263).

Output

Output one integer number: A + B or A - B.

ExamplesInput
15 27
Output
42
Input
100 58
Output
42

加入题单

算法标签: