随机数

#include<bits.stdc++.h>
using namespace std;
int main()
{
srand((unsigned)time(NULL));
rand()%100+1;
return 0;
}

posted @ 2017-08-12 11:31  WeiAR  阅读(178)  评论(0编辑  收藏  举报