摘要: #include<math.h> #include <cstring> #include <cstdio> const int MAX_LEN = 1010; char str[MAX_LEN]; int hashTable[30] = {0}; int main(){ fgets(str,1010 阅读全文
posted @ 2020-01-06 21:24 JasonPeng1 阅读(213) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include<math.h> #include <string> using namespace std; const int MAX_LEN = 100005; int main(){ int hashTable[256]; for(int i 阅读全文
posted @ 2020-01-06 14:24 JasonPeng1 阅读(177) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include<math.h> #include <string> using namespace std; const int MAX_LEN = 100005; int main(){ int n; int temp[101]; for(int 阅读全文
posted @ 2020-01-06 13:45 JasonPeng1 阅读(142) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include<math.h> #include <string> using namespace std; const int MAX_LEN = 100005; int main(){ //bool hashTable[256] = {true 阅读全文
posted @ 2020-01-06 10:07 JasonPeng1 阅读(285) 评论(0) 推荐(0)