摘要: #include #include #include #include #include using namespace std;typedef struct student{ int data; struct student *next; struct student *pre;... 阅读全文
posted @ 2014-10-28 15:13 zhanbiqiang 阅读(208) 评论(0) 推荐(0) 编辑