#F. 【例23.3】 简单计算器

    Type: Default 1000ms 256MiB

【例23.3】 简单计算器

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

说明

设计一个最简单的计算器,支持'+'、'-'、'*'、'/'四种运算。
仅需考虑输入输出为整数的情况,数据和运算结果不会超过 int 表示的范围。

输入格式

输入只有一行,共有三个参数,其中第 1122 个参数为整数,第 33 个参数为操作符('+'、'-'、'*'、'/'或其它符号)。

输出格式

输出只有一行,一个整数,为运算结果。然而:
如果出现除数为 00 的情况,则输出:"Divided by zero!";
如果出现无效的操作符(即不为'+'、'-'、'*'、'/'之一),则输出:"Invalid operator!"。

样例

1 2 +
3

【周六9:00】 team1

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
7
Start at
2024-7-17 9:00
End at
2024-7-17 10:00
Duration
1 hour(s)
Host
Partic.
5