Update cv7/program.c
This commit is contained in:
parent
64bfb1ea96
commit
aa3398b61d
@ -84,11 +84,11 @@ int main(void)
|
|||||||
t=fgetc(stdin);
|
t=fgetc(stdin);
|
||||||
if(t=='a')
|
if(t=='a')
|
||||||
{
|
{
|
||||||
p=p->left; break;
|
p=p->left;
|
||||||
}
|
}
|
||||||
else if(t=='n')
|
else if(t=='n')
|
||||||
{
|
{
|
||||||
p=p->right; break;
|
p=p->right;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user