追加节点到末端,pHead为头节点,n为追加节点,n:data随机生成并且取50到60之间
用C++怎默写:
格式:有头文件.h和.c main.c
void AppendLinkedlist(LinkedList pHead , _node n )