摘要: 点击查看代码 #include <stdio.h> #define N 100 // 函数声明 void input(int x[][N], int n); void output(int x[][N], int n); // 待补足函数is_magic声明 // xxx int is_magic( 阅读全文
posted @ 2025-11-24 11:15 嗯亨 阅读(5) 评论(1) 推荐(0)