http://poj.org/problem?id=2993
这个题与POJ2996正好反着,但个人认为,比2996好做多了,那些边边框框都挺容易输出的,剩下的注意p别忘了给输进去就行,还有白色的是大写,黑色的是小写;
1 #include<cstdio> 2 #include<cstring> 3 #include<iostream> 4 #include<cstdlib> 5 #include<algorithm> 6 using namespace std ; 7 struct node 8 { 9 int row,col;//列 10 char ch ; 11 }sh[168]; 12 char s1[1006]; 13 int cnt; 14 char z,w,x,y,u; 15 int i,j,k,flag; 16 int cmp(struct node a,struct node b) 17 { 18 if(a.row > b.row) 19 return 1; 20 else if(a.row == b.row&&a.col < b.col) 21 return 1; 22 return 0; 23 } 24 void coutt() 25 { 26 cin>>s1; 27 //scanf("%c",&z); 28 getchar(); 29 while(scanf("%c",&z)&&z != '