摘要: #include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<algorithm>using namespace std;int n;int map[8][8];long double ans[20][10][10][10][10];//存储已经计算出的结果long double cs[8][8];//预处理算出[0][0]到[i][j]的棋盘的分数总和的平方#define in(x,y) x>=0&&x<8&am 阅读全文
posted @ 2012-08-02 22:37 willzhang 阅读(425) 评论(0) 推荐(0) 编辑