- 博客(3)
- 收藏
- 关注
原创 求助
#include “stdafx.h” #include “stdio.h” #include “stdlib.h” struct linklist { int data; struct linklist *next; }; typedef struct linklist node; node *L,p; void createlist(linklist L,int n) { L=(node)ma...
2019-10-27 18:39:14
171
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人