Young氏矩阵 利用堆思想实现Young氏矩阵 #include <iostream> class YoungTableau { private:int *array;int row;int column;int heap_size; public:YoungTableau