摘要: #include<stdio.h>#include<stdlib.h>#include<windows.h>#include<string.h>int cmd;typedef struct Lnode{ int data; struct Lnode *next;}LNode, *Linklist;v 阅读全文
posted @ 2017-09-14 14:31 Left-Behind 阅读(750) 评论(0) 推荐(0)