2024年3月10日发(作者:)

else

{

i+=2;

j-=1;

a[i][j]=k;

}

}

for(i=1;i<=n;i++)

{

for(j=1;j<=n;j++)printf("%4d",a[i][j]);

printf("nn");

}

}

12分享举报