set构造函数 set<T> st;//set 默认构造函数; set(const set &st);//拷贝构造函数 set赋值操作 set & opeartor=(const set &st);//重载等号操作符