(求助)随机数产生问题!!!
#include <stdio.h>#include <stdlib.h>
#include <time.h>
srand(time(NULL));
main()
{
return 0;
}
为什么会有:
error C2501: 'srand' : missing storage-class or type specifiers
error C2373: 'srand' : redefinition; different type modifiers
这个错误啊!
哪个位哥哥或者姐姐能不能教我下啊!
thank you