摘要: 实验任务1 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 #define N 5 6 #define N1 80 7 #define N2 35 8 9 int main() 10 { 11 int cnt ; 12 阅读全文
posted @ 2025-10-14 13:45 craty 阅读(9) 评论(1) 推荐(0)