Update a1/program.c
This commit is contained in:
parent
63a7cc46cd
commit
8bf0959328
@ -54,7 +54,7 @@ int main() {
|
||||
}
|
||||
|
||||
if (top != -1) {
|
||||
printf("Missing closing brackets for: %c\n", stack[top]);
|
||||
printf("Missing closing brackets: %c\n", stack[top]);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user