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
相關文章
相關標籤/搜索