Update a1/program.c
This commit is contained in:
parent
170e183857
commit
fedad5501d
@ -77,7 +77,7 @@ int main()
|
||||
cs=pop_stack(&mystack);
|
||||
else
|
||||
{
|
||||
printf("Unexpected closing bracket\n");
|
||||
printf("Unexpected closing bracket %c in %d\n", c,i);
|
||||
is_ok=false;
|
||||
}
|
||||
if(c=='>' && cs!='<')
|
||||
|
Loading…
Reference in New Issue
Block a user