摘要: #include#include#includeusing namespace std;//long long ct=0;//long long arr[1000]={0};int e[100][100];//存图的数组int n=0,m=0;const int inf=99999;void flo... 阅读全文
posted @ 2015-04-08 15:48 Sundy.Lee 阅读(114) 评论(0) 推荐(0) 编辑
摘要: #includeusing namespace std;int map[8][8]={0};int ct=0;int safe_ab(int a,int b){ for(int i=0;i<8;i++)//行判断 { if(map[a][i]==3) { return 0; } } f... 阅读全文
posted @ 2015-04-08 11:49 Sundy.Lee 阅读(85) 评论(0) 推荐(0) 编辑