Calculator
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
The student Vasya has a younger brother, Peter, who went to the first grade and began learning arithmetic. For homework in the first grade, he was assigned numerous problems involving addition and subtraction. Peter asked Vasya to check his homework. Upon seeing the two-page scribbled tests, Vasya was horrified by the workload and decided to teach Peter to use a computer for self-checking. To accomplish this, Vasya needs to write a program that computes the answers to the required arithmetic problems.
Input
One line contains numbers and symbols "+" and "-". The length of the line does not exceed characters, and the values of all numbers are not greater than .
Output
Print one integer — the result of the calculation.
Examples
Input #1
Answer #1
Submissions 8K
Acceptance rate 63%