List of terms relating to algorithms and data structures

该文被密码保护。 阅读全文
posted @ 2013-08-13 09:36 Amyc 阅读(2) 评论(0) 推荐(0) 编辑

uvalive 3401 poj 2741 Colored Cubes

摘要: /// uvalive 3401 poj 2741 Colored Cubes// AC// A.myc#include#include#include#includeusing namespace std;string color[5][7];int rota[24][6]= { { 0, 1, 2, 3, 4, 5 }, { 0, 2, 4, 1, 3, 5 }, { 0, 4, 3, 2, 1, 5 }, { 0, 3, 1, 4, 2, 5 }, { 3, 1, 0, 5, 4, 2 }, { 3, 0, 4, 1, 5, 2 }, { 3, 4, 5, 0, 1, 2 ... 阅读全文
posted @ 2013-07-31 17:42 Amyc 阅读(305) 评论(0) 推荐(0) 编辑