摘要: #include<iostream> #include<stdio.h> #include<string.h> #define OK 1 #define OVERFLOW -2 #define ERROR 0 #define MAXSIZE 255 using namespace std; type 阅读全文
posted @ 2015-06-23 23:32 wojiaohuangyu 阅读(14) 评论(0) 推荐(0)
摘要: #include<iostream> #include<stdio.h> #include<string.h> #define MAXSIZE 255 #define ERROR 0 #define OVERFLOW -1 #define OK 1 using namespace std; type 阅读全文
posted @ 2015-06-23 23:29 wojiaohuangyu 阅读(15) 评论(0) 推荐(0)