摘要:
#include <iostream>
#include<cstdio>
#include <queue>
#include<string.h>
using namespace std;
const int N=210;
bool mark[N][N];
char s[2*N],s1[N],s2[N];
int len,len1,len2,flag;
void dfs(int i,int j,int k)
{ if (k>=len) {flag=true;return ;} if (mark[i][j]) return ; else mar 阅读全文
posted @ 2011-07-28 14:41
ljfbest
阅读(58)
评论(0)
推荐(0)

浙公网安备 33010602011771号