计算器合法性问题 #58
Answered
by
binbin00
huwenjing0819
asked this question in
Q&A
计算器合法性问题
#58
-
|
请问计算器中出现满足括号匹配的空括号对可以认为是不合法的吗?比如,()3+4认定为不合法表达式。 |
Beta Was this translation helpful? Give feedback.
Answered by
binbin00
Feb 23, 2022
Replies: 1 comment
-
|
算,在此感谢大家想出的一些边边角角的不合法表达式,这说明大家考虑得很周全,我们也鼓励大家这么做。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
huwenjing0819
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
算,在此感谢大家想出的一些边边角角的不合法表达式,这说明大家考虑得很周全,我们也鼓励大家这么做。
但是,我们测试的时候不会特地找一些边边角角的不合法表达式去坑大家的,会着重测常见的几种,比如ppt里面列出来的。