Обновить a1/program.c
This commit is contained in:
parent
8ec9471e73
commit
01c76c6df4
@ -55,7 +55,6 @@ int main() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ak sú v zásobníku neuzavreté otváracie zátvorky
|
|
||||||
if (top != -1) {
|
if (top != -1) {
|
||||||
printf("Missing closing brackets: ");
|
printf("Missing closing brackets: ");
|
||||||
while (top != -1) {
|
while (top != -1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user