poj1699专题

poj1699--Best Sequence(dfs+剪枝)

题目链接:点击打开链接 题目大意:给出n个字符串,要求组合后的串最短 #include <cstdio>#include <cstring>#include <algorithm>using namespace std ;char str[12][22] ;char s[300] , s1[300] ;int vis[12] , min1 , n , l[12];void d