摘要: #include "stdafx.h"#include "stdio.h" #include "string.h"#include "ctype.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h"typedef struct Node{ int num; Node *next;} ;typedef struct Node *PNode;in 阅读全文
posted @ 2013-04-07 21:06 wahgon 阅读(197) 评论(0) 推荐(0) 编辑