注册一亩三分地论坛,查看更多干货!
您需要 登录 才可以下载或查看附件。没有帐号?注册账号 
x
补一个去年的挂经 求大米店面 接口定义如下:
class Employee {
public:
Employee(int id, vector<Employee*>& directReports) {
mId = id;
mDirectReports = directReports;
}
nt firstId, int secondId) {
// Implement me!
}
private:
Employee* mCEO;
};
|