摘要: #include<stdio.h> /* EOF(=^Z或F6),NULL */#include<stdlib.h> /* atoi() */#include<string.h>#include<malloc.h> /* malloc()等 */#include<io.h> /* eof() */#include<process.h> /* exit() */#define OK 1 #define ERROR 0#define TRUE 1 #define FALSE 0#define STACK_INIT_SIZE 1 阅读全文
posted @ 2013-04-27 15:07 梁红伟12138 阅读(142) 评论(0) 推荐(0) 编辑