This commit is contained in:
2022-11-30 23:27:41 +08:00
parent 72555b19e0
commit 76c26bb4c0
5 changed files with 134 additions and 11 deletions

View File

@@ -7,6 +7,7 @@ using namespace std;
class S0028 {
public:
void getNext(int* next, const string& s);
int strStr(string haystack, string needle);
};