
#include <iostream>#include <string>using namespace std;int lcs(string X, string Y){ int n = X.size(); int m = Y.size(); int L[m+1][n+1]; for (int i = 0; i <= n; ++i)
PayPal Gateway not configured
PayPal Gateway not configured

#include <iostream>#include <string>using namespace std;int lcs(string X, string Y){ int n = X.size(); int m = Y.size(); int L[m+1][n+1]; for (int i = 0; i <= n; ++i)
PayPal Gateway not configured
PayPal Gateway not configured