1458 poj--zoj 1733---------------递归

#include <iostream> #include <string.h> #define N 1005 using namespace std ; char s1[N],s2[N]; int dp[N][N],ans,len1,len2; int max(int a,int b) { return a>b ? a : b ; } int f(int x,int y) { if ( x==0
相关文章
相关标签/搜索