a1
This commit is contained in:
parent
84693c8b90
commit
8a6899d70f
@ -28,7 +28,7 @@ int main() {
|
|||||||
|
|
||||||
if (vstup[j] != expected) {
|
if (vstup[j] != expected) {
|
||||||
if(expected != '\0'){
|
if(expected != '\0'){
|
||||||
printf("Crossed bracket %c in %d, expected %c\n", vstup[j], j, expected);
|
printf("Crossed bracket %c in %d, expected %c \n", vstup[j], j, expected);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user