codeblocks调试时出现0x76f369f5 unlock+21这样的指针代表什么意思?

以下为代码,是一个用递归法求最大子序列的程序,输出应该是越界了 class Max_Subarray { public:    Max_Subarray(int *left,int *right,int ans): low(left),high(right),sum(ans) {}    Max_Subarray(const Max_Subarray &target) {low = target.
相关文章
相关标签/搜索