摘要: 问题1:line16代码的功能是生成2018--2021的随机数 问题2:line17代码的功能是生成1--999的随机数 问题3:这个程序的功能是随机生成五组学号 #include <stdio.h> #include <stdlib.h> #include <time.h> int main() 阅读全文
posted @ 2022-04-18 20:04 Alizex7 阅读(21) 评论(0) 推荐(0)