摘要: 实验任务1 源代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 5 #define N 5 6 #define N1 30 7 #define N2 35 8 9 int main() 10 { 11 int cn 阅读全文
posted @ 2025-10-16 13:05 辣椒酱拌芥末 阅读(10) 评论(1) 推荐(0)