[数据结构]Binary_tree | Binary_search_tree | avl_tree
//Record.h#includeusingnamespacestd;classRecord{public:Record(intx=0,inty=0);intthe_key()const;private:intkey;intother;};booloperator==(constRecord&x,constRecord&y);booloperator>(constRecord&x,constRe