提交 80ef96d3 编写于 作者: 每日一练社区's avatar 每日一练社区

update exercises

上级 4b6b3c6f
...@@ -45,7 +45,9 @@ ...@@ -45,7 +45,9 @@
<strong>输出:</strong>22 <strong>输出:</strong>22
<strong>解释:</strong> <strong>解释:</strong>
</pre>
```
该算式转化为常见的中缀算术表达式为: 该算式转化为常见的中缀算术表达式为:
((10 * (6 / ((9 + 3) * -11))) + 17) + 5 ((10 * (6 / ((9 + 3) * -11))) + 17) + 5
...@@ -54,9 +56,8 @@ ...@@ -54,9 +56,8 @@
= ((10 * 0) + 17) + 5 = ((10 * 0) + 17) + 5
= (0 + 17) + 5 = (0 + 17) + 5
= 17 + 5 = 17 + 5
= 22</pre> = 22
```
<p><strong>提示:</strong></p> <p><strong>提示:</strong></p>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册