题解列表

筛选

做幻方 (C语言代码)

摘要:解题思路:#include <stdio.h> #define MOVE magic[y-1][x+1] int main() {  int n; while (scanf("%d"……