> 其他 >
求九阶幻方的填法,最好要有过程
恩,用方程怎么解?好像是不定方程
人气:418 ℃ 时间:2020-04-07 11:41:57
解答
以下是用TC写的填幻方的程序代码适用于16阶以内的幻方
#include "stdio.h"
main()
{int n,i,j,k,x,y;
char cn;
static int t[16][16];
loop:printf("输入幻方阶数 n (0
推荐
猜你喜欢
© 2025 79432.Com All Rights Reserved.
电脑版|手机版