摘要: /* 通过这题 学会了 两个词组 immediately to the left 是左邻的意思 immediately to the right 这个是右邻的意思*/#include #include#includeusing namespace std;const int maxn=50;int N[2][maxn];int DNA[10];char str[]={' ','.','x','W'};int main(){ int t; scanf("%d",&t); while(t--){ for(i 阅读全文
posted @ 2014-03-03 16:39 来自大山深处的菜鸟 阅读(172) 评论(0) 推荐(0)