Update a1/program.c
This commit is contained in:
parent
b09500eb69
commit
be684056e7
@ -47,7 +47,7 @@ int main() {
|
|||||||
(stack[top] == '[') ? ']' :
|
(stack[top] == '[') ? ']' :
|
||||||
(stack[top] == '(') ? ')' : '>',
|
(stack[top] == '(') ? ')' : '>',
|
||||||
current, i;
|
current, i;
|
||||||
return 1;
|
return 0;
|
||||||
}
|
}
|
||||||
top--;
|
top--;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user