Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

dfs居然构造了160种变换...

Posted by lddlinan at 2021-04-11 19:51:31 on Problem 3547
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:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator