This commit is contained in:
Bohdan Kapliuk 2024-10-27 22:46:54 +02:00
parent b96ad19785
commit 29058ba560

View File

@ -32,7 +32,7 @@ int main() {
return 0; return 0;
} }
else{ else{
printf("Unexpected closing bracket %c in %d\n", vstup[j], position[x-1]); printf("Unexpected closing bracket %c in %d\n", vstup[j], j);
return 0; return 0;
} }
} }