用c++写一个list<class T>

日期:2021-05-25 16:32:00 人气:1

用c++写一个list<class T>

#include<list>
#include <iostream>
#include <string>
using namespace std;
class Employee{
public:
string name;
double wage;
Employee(str
    A+
热门评论