摘要: 实验1: 源代码: #include <stdio.h>#include <stdlib.h>#include <time.h>#define N 5int main(){int number;int i;srand(time(0));for(i=0;i<N;++i){ number= rand() 阅读全文
posted @ 2026-04-01 18:18 zhangqingyang347 阅读(9) 评论(0) 推荐(0)