#P64B. Expression

    普及 ID: 8487 远端评测题 2000ms 64MiB 尝试: 0 已通过: 0 难度: 5 上传者: 标签>*special problemexpression parsing*1500

Expression

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.

1-5

-4