反正基础功能是能用了
This commit is contained in:
parent
f1c974dcc2
commit
21c89b4f79
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ Out:
|
|||
'[' != S.pop() ? flag = false : 0;
|
||||
break;
|
||||
case '}':
|
||||
'}' != S.pop() ? flag = false : 0;
|
||||
'{' != S.pop() ? flag = false : 0;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
Reference in a new issue