zoj 1027
摘要:View Code 1 #include <cstdio> 2 #include <iostream> 3 #include <algorithm> 4 using namespace std; 5 6 int lena,lenb; 7 char a[101],b[101]; 8 int d[103][103][3] = {0}; 9 int ans =0;10 int cov[5][5]={{5,-1,-2,-1,-3},11 {-1,5,-3,-2,-4},12 {-2,-3,5,-2,-2},13 ...
阅读全文
posted @ 2012-08-28 16:58
浙公网安备 33010602011771号