摘要: 实验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( time(0) 阅读全文
posted @ 2023-03-16 20:55 zk柯r 阅读(58) 评论(1) 推荐(0)