PAGE PAGE # / 16 数据结构 -员工管理信息系统源程序 #include #include #include #include using namespace std; #define OK 1 #define ERROR 0 #define OVERFLOW -2 typedef int Status;