2022年1月30日13:59更新:不正常人类研究家
2022年1月30日17:00更新:添加头文件#include <cstdlib>
#include <iostream>
#include <ctime>
#include <cstdlib>
using namespace std;
int main(){
unsigned seed;
seed = time(0);
srand(seed);
int T=rand()%1000;
int x;
while(T--){
x=rand()%8+1;//出现的可能性:1、2、3、4、5、6、7 、8
}
cout<<x<<endl;
return 0;
}
根据最后输出的顺序(排序按照时间顺序)
x输出1:lxz_2018
x输出2:-浪漫主义狗-
x输出3:小飞龙
x输出4:KYM_YYC
x输出5:束时
x输出6:全世界最强的男人白狐子
x输出7:lhy++辅助号
x输出8:不正常人类研究家
???不是晚上抽吗这啥情况
提前放出来,避免有些同学可能发生误解