主函数case部分不知道怎么写,但逆置会。
求主函数case(5)
case 5:{reverse(L);}break;
p=L->next=NULL,哪能这么写啊p=L->next;L->next = NULL;
case 5:{reverse(L); out_L(L);} break;