摘要: 任务1: 1 int main() { 2 3 int cnt; 4 int random_major, random_no; 5 srand(time(NULL)); 6 cnt = 0; 7 while(cnt < N) { 8 random_major = rand() % 2; 9 if(r 阅读全文
posted @ 2025-10-19 17:22 nanxinyin 阅读(9) 评论(1) 推荐(0)