摘要:
#include <stdio.h>#include <stdlib.h>#define TRUE 1#define FALSE 0int board[8][8];void print_board(){ int row; int column; static int n_solutions; n_solutions+=1; printf("Solution #%d: \n",n_solutions); for (row=0;row<8;row++) { for (column=0;column<8;column++) { ... 阅读全文
posted @ 2012-03-01 22:34
一指流砂
阅读(556)
评论(0)
推荐(0)

浙公网安备 33010602011771号