#abc050a. [abc050_a]Addition and Subtraction Easy
[abc050_a]Addition and Subtraction Easy
Problem Statement
Joisino wants to evaluate the formula " ". Here, and are integers, and the binary operator is either +
or -
. Your task is to evaluate the formula instead of her.
Constraints
- is either
+
or-
.
Input
The input is given from Standard Input in the following format:
Output
Evaluate the formula and print the result.
Sample Input 1
Sample Output 1
Since , the output should be .