随机数

#include<time.h>
srand((unsigned)time(NULL));
a=rand();

posted @ 2019-07-24 19:37  Cathycat  阅读(103)  评论(0)    收藏  举报