Calculator系列问题三 LeetCode 772. Basic Calculator III

该博客介绍了如何实现一个基本的计算器,用于评估包含加减乘除及括号的简单表达式字符串。遵循非负整数、运算符和空格的规则,并确保中间结果在[-2147483648, 2147483647]范围内。文章通过举例说明了计算器的正确计算逻辑。" 100088182,8826130,Eclipise配置Gradle与Protocbuf:环境搭建与文件生成,"['Eclipise集成Gradle', 'Protocbuf使用', '环境变量配置', 'Gradle插件', 'Java代码生成']
摘要由CSDN通过智能技术生成

LeetCode 772. Basic Calculator III

Implement a basic calculator to evaluate a simple expression string.

The expression string may contain open ( and closing parentheses ), the plus + or minus sign -, non-negative integers and empty spaces .

The expression string contains only non-negative integers, +, -, *, / operators , open ( and closing parentheses ) and empty spaces . The integer division should truncate toward zero.

You may assume that the given expression is always valid. All intermediate results will be in the range of [-2147483648, 2147483647].

Some examples:

“1 + 1” = 2
" 6-4 / 2 " = 4
“2*(5+52)/3+(6/2+8)" = 21
"(2+6
3+5- (3*14/7+2)*5)+3”=-12

这是一个完整的计算器,拥有+,-,*,/ 和()的功能,因此,我们结合上面两道题就可以写出答案。

<
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值