阅读背景:

为什么我得到了“不被忽视的无效值”?

来源:互联网 

I have the following function:

我有以下功能:

void getdata(int arr[], int n)
{

    for (int i = 0; i < n; i++) {
        int a = srand(time(NULL))
            arr[i] = a;
    }
}
void



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: