time 随机数函数
要加头文件#include<time.h>调用格式:srand(time(NULL));得到的随机数存储在rand()里面比如我想打印出这个随机值就可以输出这个随机值#include<stdio.h> #include<time.h> int main() { int