华为笔试题:C++字符串四则运算的实现(2)

计算“ / ”后:

变量名| i   0   1   2   3   4   5   6   7   8  
num   8   +   7   -   9   /   3   /   3  
num2   8   0   14   0   3   0   3   0   3  

最后计算加减“ + - ”,num2[0] 就成了8+14-3=19.

运行如图所示:

华为笔试题:C++字符串四则运算的实现

Linux公社的RSS地址:https://www.linuxidc.com/rssFeed.aspx

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/8e089da53e8da5e974cc06c0273ec1af.html