#P64B. Expression

    ID: 6887 远端评测题 2000ms 64MiB 尝试: 0 已通过: 0 难度: (无) 上传者: 标签>*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.

Samples

1-5

-4