文件名称:checkcharscorrect
介绍说明--下载内容均来自于网络,请自行研究使用
2、 设计算法判断一个算术表达式的圆括号是否正确配对。
第一个式子: 1*(2+3*(4*(2-1)*(3+x)+5)-6) 能够正确匹配
第二个式子: 1*(2+3*4*(2-1)*(3+x)+5)-6) 不能够正确匹配
-Design algorithm to determine an arithmetic expression in parentheses is correct pairing. The first equation: 1* (2+3* (4* (2-1)* (3+x)+5)-6) can correctly match the second equation: 1* (2+3* 4* (2-1)* (3+x)+5)-6) can not correctly match
第一个式子: 1*(2+3*(4*(2-1)*(3+x)+5)-6) 能够正确匹配
第二个式子: 1*(2+3*4*(2-1)*(3+x)+5)-6) 不能够正确匹配
-Design algorithm to determine an arithmetic expression in parentheses is correct pairing. The first equation: 1* (2+3* (4* (2-1)* (3+x)+5)-6) can correctly match the second equation: 1* (2+3* 4* (2-1)* (3+x)+5)-6) can not correctly match
(系统自动生成,下载前可以参看下载内容)
下载文件列表
checkcharscorrect.cpp