C语言中 srand((unsigned)time(NULL)) error:表达式必须具有(pointer-to-)函数类型
srand((unsigned int)time(NULL));
time(NULL)的返回值是 time_t