C++:手撕单链表 #ifndef _LIST_WITH_POINTER_ #define _LIST_WITH_POINTER_ #include<malloc.h> typedef struct listNode//定义链