摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 6 const int dx[6]={1,0,-1,0,0,0}; 7 const int dy[6]={0,1,0,-1,0,0}; 8 const int dz[6]={0,0... 阅读全文
posted @ 2014-12-03 14:02 NicoleLam 阅读(124) 评论(0) 推荐(0)