NOIp提升組單詞接龍(T3)————深搜,字符串

題解:本題主要考查深搜,字符串。首先是預處理第i個單詞後鏈接第j個單詞 的最小重疊部分,再深搜(本題考細心,細節要注意)。 代碼以下:ios #include<iostream> using namespace std; int n,dic[21][21],vis[21],ans; string words[21]; char s; void f(string a,string b,int x,i
相關文章
相關標籤/搜索