q=p=head; printf("input deleted letter"); scanf("%c",&ch); while(ch != '0') 我又加了个循环的,老是死循环`````哪里错了`````??? { while(p->lk != ch && p->next != NULL) {q=p; p=p->next;} if(p==head) head=head->next; else q->next=p->next; free(p) ; p=head;
while (p->next != NULL)
{ printf("%c ",p->lk); p=p->next; } printf("\n");
printf("2:input deleted letter"); scanf("%c",&ch);
}
}

我录的歌 http://1680279./ 我现在打不开了????