c语言为什么我srand(time(0));会是黑色显示错误

2024-11-17 09:24:53
推荐回答(1个)
回答1:

标准的写法应该是

srand((unsigned int)time(NULL));