#P64B. Expression
Expression
No submission language available for this problem.
Description
You are given a line «n#m», where «n» and «m» are digits, and «#» is a sign «+» or «-». Print the value of the given expression.
The only given line has a string in form «n#m», where «n» and «m» are digits (from 0 to 9), and «#» is a sign «+» or «-».
Print the value of the given expression.
Input
The only given line has a string in form «n#m», where «n» and «m» are digits (from 0 to 9), and «#» is a sign «+» or «-».
Output
Print the value of the given expression.
Samples
1-5
-4