Tính toán

View as PDF



Problem type
Points: 100 Time limit: 1.0s Memory limit: 1G Input: stdin Output: stdout

Cho \(2\) số thực \(a, b\)\(1\) dấu \(('+', '-', '*', '/')\) để điền vào giữa \(2\) số \(a\)\(b\). Hãy in ra kết quả phép tính.

Input

  • Gồm một dòng chứa \(2\) số thực \(a, b\) \((|a, b| \le 1000)\)

Output

  • In ra một dòng là kết quả của phép tính (làm tròn đến số thập phân thứ \(2\))

Example

Test 1
Input
1.2 3.4 +
Output
4.60

Comments

There are no comments at the moment.