完整的n皇后问题C语言源码,可正常运行,采用文件输入输出,部分代码为: #include"stdio.h" #include"stdlib.h" #define MAX 100 int x[MAX]; int Place(int k)//规范函数 { int i; for(i=1;i