Why this code showing return 1 when using destructor

后端 未结 0 874
没有蜡笔的小新
没有蜡笔的小新 2020-12-19 04:35
#include
using namespace std;
class MaxHeap{
    public:
        int heapSize;
        int *heap=NULL;
        MaxHeap(int heapSize){
            thi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题