摘要: 实验任务1 #include<stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 374 #define N2 465 int main() { int number; int i; srand( time(0) 阅读全文
posted @ 2023-10-17 21:13 PomPom 阅读(41) 评论(1) 推荐(1)