摘要:
这是一个基础的信息管理系统,有最基本的输入,删除,更改,查询功能。 #include <iostream> #include <string> using namespace std;class Empolyee{ public: int id; string name; string sex; l 阅读全文
posted @ 2021-03-15 11:04
小鹿包
阅读(66)
评论(0)
推荐(0)
浙公网安备 33010602011771号