每日一題4.9.1

每日一題4.9.1 剪花布條 解題思路: 長字符串中尋找子串的問題,嘗試用過哈希,發現不行,用find在字符串中查找 代碼實現: #include <iostream> #include <string> using namespace std; int main() { string str1, str2; while (cin>>str1>>str2) { int res = 0;
相關文章
相關標籤/搜索