// Dada una string s int n=s.size(); vector< vector > tabla(n, vector(n, 0)); for(int i=0; i