投票

明天下午放啥???

目前统计或许可行的(看起来比较正常的,毕竟我基本上都没听过):

那啥,外文歌没考虑哈,毕竟真的唱不了【tao

《朵》
《荣耀》
《租购》
《鲜花》
《布拉格广场》

明天早上来了在随吧。

为防止我的随机数假了,因此采用如下随法:随100遍然后统计每个出现的次数,最后出现次数最多的就是啦 (不会写随机数,就只能这能这样了)

#include<iostream>
#include<random>
#include<ctime>
using namespace std;
mt19937_64 rnd(time(0));
int T=100;
int ans[10],cnt;
int main(){
	ios::sync_with_stdio(false);
	while(T--){
		int a=rnd();
		while(a<=0) a+=5;
		ans[a%5]++;
	}
	for(int i=0;i<5;i++) cout<<ans[i]<<" ";
	return 0;
}

刚随出来结果啦,结果如下:

批注 2025-10-13 074236

欢迎今天下午skk的领唱~~

剩下的四首下一轮继续随啊

posted @ 2025-10-12 14:03  晏清玖安  阅读(174)  评论(55)    收藏  举报