Aktualizovat a1/program.c
This commit is contained in:
parent
b800283ce0
commit
b048b7b10c
@ -54,7 +54,7 @@ int main() {
|
||||
}
|
||||
|
||||
if (verh !=-1) {
|
||||
printf("Unclosed bracket %c at end, expected %c\n",
|
||||
printf("Missing closing brackets: %c\n",
|
||||
stack[verh], matching(stack[verh]));
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user