摘要:
#include<stdio.h>#include<stdlib.h>typedef struct node{ int data; node *next;}node;//创建不带头结点的单链表node* createLinklist(node *phead){ printf("输入节点信息(-1时结 阅读全文
posted @ 2019-01-03 20:04
Liuyt_61
阅读(2129)
评论(0)
推荐(0)
浙公网安备 33010602011771号