try3
This commit is contained in:
parent
280dbede65
commit
f9b28b0c4a
@ -86,7 +86,7 @@ int main() {
|
|||||||
printf("Crossed bracket %c in %d, expected %c\n", c, err-1, getExpectedClosing(stack[top]));
|
printf("Crossed bracket %c in %d, expected %c\n", c, err-1, getExpectedClosing(stack[top]));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
printf("Unclosed bracket %c in %d\n", stack[top], err-1);
|
printf("Missing closing brackets: %c", getExpectedClosing(stack[top]));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user