【散列】 字符串hash

題目來源:String Subtractionphp #include <iostream> #include <string> #include <cstring> using namespace std; int main() { char s1[10010]; char s2[10010]; int hashTable[130] = {0}; gets(s1)
相關文章
相關標籤/搜索