摘要: A square pattern of size N x N (1 20 #include 21 #include 22 using namespace std; 23 24 //旋转90度的操作 25 int **transiformation_one(int before[][11],i... 阅读全文
posted @ 2014-05-15 11:13 SunshineAtNoon 阅读(303) 评论(0) 推荐(0) 编辑
摘要: A square pattern of size N x N (1 6 #include 7 #include 8 using namespace std; 9 10 //旋转90度的操作 11 int **transiformation_one(int before[][11],i... 阅读全文
posted @ 2014-05-15 11:11 SunshineAtNoon 阅读(178) 评论(0) 推荐(0) 编辑