| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
dfs居然构造了160种变换...char neis[6][4] = {
{1,2,3,4},
{5,2,0,4},
{1,5,3,0},
{0,2,5,4},
{1,0,3,5},
{3,2,1,4}
};
char neid[6][4] = {
{0,0,0,0},
{0,3,0,1},
{1,2,3,0},
{0,1,0,3},
{3,0,1,2},
{0,2,0,2},
};
char dd[][2] = { {-1,0}, {0,1}, {1,0}, {0,-1} };
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator