摘要: #include <stdio.h> int count = 0; int chess[8][8]={0}; int notDanger( int row, int col ) { int i,k; // 判断列方向 for( i=0; i < 8; i++ ) { if( chess[i][col 阅读全文
posted @ 2020-03-04 21:37 溪风吹雨 阅读(124) 评论(0) 推荐(0)