class MinCost {public:int findMinCost(string A, int n, string B, int m, int c0, int c1, int c2) {// write code here//dp[i][j] 表示A[0..i-1] 转换到 B[0..j-1] 的最小变换// c2替换代价 c0 add // c1 deletevecto
判断字符串str1是否包含str2 String str1="abcdefg";String str2="cdef"; package tree;/*** Created by Administrator on 2015/10/8 0008.*/public class StringContain {public static void main(String[] args) {