C语言 回形方阵
#include<stdio.h> #include<stdlib.h>int main(){int i,tag=0,flag=0,n,j;int num[15][15];scanf("%d",&n)
C语言 回形方阵