#include<time.h>
time_t ts;//设置时间变量srand((unsigned int)time(&ts));//设置时间的随机数种子
rand()%100;//随机数在0~99范围内