#include <stdio.h> #include <stdlib.h> #include <time.h> int main() { srandom((unsigned)time(NULL)); // 不加这条代码,打印的10个数字不相同,但重新运行这个程序……