摘要: 实验任务1 程序代码: #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define R1 586 #define R2 701 int main() {int number; int i; srand(ti 阅读全文
posted @ 2023-03-16 21:51 moreless-xu 阅读(43) 评论(2) 推荐(0)