摘要: 实验任务一 1 #define _CRT_SECURE_NO_WARNINGS 2 #include <stdio.h> 3 #include<stdlib.h> 4 #include<string.h> 5 6 #define N 4 7 #define M 2 8 void test1() { 阅读全文
posted @ 2025-11-16 23:54 刘奕晨 阅读(9) 评论(1) 推荐(0)