【题目描述】
<=> ABD..EF..G..C..
【题目链接】
http://ybt.ssoier.cn:8088/problem_show.php?pid=1340
【代码】
1 #include2 using namespace std; 3 int a=1; 4 int lc[110],rc[110]; 5 char puz[110]; 6 char parse(int& i) 7 { 8 int cur=i; 9 if(puz[cur]!='.') {10 i++;11 lc[cur]=parse(i);12 // cout< <<" lc= "< <