#include <stdio.h>
#define N 3
int fun(int (*a)[N])
{
int i,j,m1,m2,row,colum;
m1=m2=0;
for(i=0; i<N; i++)
{
j
C语言——判断幻方。
最新推荐文章于 2024-04-01 11:29:26 发布
#include <stdio.h>
#define N 3
int fun(int (*a)[N])
{
int i,j,m1,m2,row,colum;
m1=m2=0;
for(i=0; i<N; i++)
{
j