摘要: 实验二 任务1: 代码 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define R1 586 #define R2 701 int main() { int number,i; srand( time( 阅读全文
posted @ 2023-03-17 11:39 15278883663 阅读(14) 评论(0) 推荐(0) 编辑