摘要: 实验结论 实验任务1 源代码 1 int main(){ 2 int cnt; 3 int random_major,random_no; 4 srand(time(NULL)); 5 cnt =0; 6 while(cnt<N){ 7 random_major =rand()%2; 8 if(ra 阅读全文
posted @ 2025-10-14 20:27 wsh12345 阅读(10) 评论(1) 推荐(0)