摘要: #include #include #include #include #include #include using namespace std; #define SALE_DEPATMENT 1 // 销售部门 #define DEVELOP_DEPATMENT 2 // 研发部门 #define FINACIAL_DEPATMENT 3 // 财务部门 // multima... 阅读全文
posted @ 2019-05-26 22:39 李道臣 阅读(459) 评论(0) 推荐(0) 编辑
摘要: #include #include using namespace std; // map构造函数 // map mapTT;//map 默认构造函数: // map(const map &mp);//拷贝构造函数 // map 赋值操作 // map& operator=(const map &mp);//重载等号操作符 // swap(mp);//交换两个集合容器 // // ma... 阅读全文
posted @ 2019-05-26 22:07 李道臣 阅读(156) 评论(0) 推荐(0) 编辑