对空数组做判断了啊,我改了一下,是这样写的,但还是报之前一样的问题
vector<int> matResult;
matResult.clear();
if(matrix.size()<=0){
    return matResult;
}