请问,多维数组中,为什么下列数组维度长度会小于零,是不是错了va_list ap;va_start(ap, dim);for (int i = 0; i < dim; i++){A.bounds[i] = va_arg(ap, int);if (A.bounds[i] < 0){