2012年12月9日
摘要: 1 #include <iostream> 2 #include <cmath> 3 #include <cstdio> 4 #include <cstring> 5 #include <algorithm> 6 #include <string> 7 using namespace std; 8 char a[20][20],b[20][20],c[20][20],d[20][20]; 9 int n; 10 int rotation() //90度依次旋转11 {12 for(int j=n;j>=1;j--)1 阅读全文
posted @ 2012-12-09 12:07 回眸只为搏笑 阅读(215) 评论(0) 推荐(0)