摘要:
#include<iostream>#include<stdio.h> using namespace std; typedef struct node{ int nValue; struct node *pNext;}List; void Push(List** pphead,List** ppe 阅读全文
posted @ 2018-05-18 23:10 ben_zhuback 阅读(124) 评论(0) 推荐(0)
posted @ 2018-05-18 23:10 ben_zhuback 阅读(124) 评论(0) 推荐(0)