This commit is contained in:
Oleksandr Hryshchenko 2021-11-29 19:52:48 +00:00
parent 23c05f865d
commit c99aaff80a

View File

@ -35,7 +35,9 @@ int main(){
while (1){
if( BB[i] != '[' || BB[i] != '(' || BB[i] != '{' || BB[i] != '<'){
pushStack(&stack, BB[i]);
BB[i] = ' ';
x--;
}
else {