摘要: 任务1 1 #include<stdio.h> 2 #include<math.h> 3 #include<time.h> 4 #include<stdlib.h> 5 #define N 4 6 #define M 2 7 8 void test1() 9 { 10 int x[N]={1,9,8 阅读全文
posted @ 2024-11-08 22:23 宇望舒 阅读(10) 评论(0) 推荐(0)