摘要: 实验一: 问题一:以时间为随机数,确保每次输出的数据都是随机的。 问题二:随机生成两个班里五个人的学号,且并不重复。 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 80 #define 阅读全文
posted @ 2025-10-19 16:55 leozhuyuhao 阅读(10) 评论(1) 推荐(0)