上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 29 下一页
摘要: #include <bits/stdc++.h> #include<math.h> #include <string> using namespace std; const int MAX_LEN = 10005; int main(){ char fir[MAX_LEN]; char sec[MA 阅读全文
posted @ 2020-01-07 16:51 JasonPeng1 阅读(99) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include<math.h> #include <string> using namespace std; const int MAX_LEN = 10005; int main(){ int n; cin>>n; int temp[MAX_LE 阅读全文
posted @ 2020-01-07 16:35 JasonPeng1 阅读(137) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include<math.h> #include <string> using namespace std; const int MAX_LEN = 10005; //char str[MAX_LEN]; //int hashTable[30] = 阅读全文
posted @ 2020-01-07 14:22 JasonPeng1 阅读(164) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include<math.h> #include <string> using namespace std; const int MAX_LEN = 10005; char str[MAX_LEN]; int hashTable[30] = {0} 阅读全文
posted @ 2020-01-07 13:58 JasonPeng1 阅读(182) 评论(0) 推荐(0)
摘要: #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)
摘要: #include <bits/stdc++.h> #include<math.h> #include <string> using namespace std; const int MAX_LEN = 2005; void upper(char *s, int length) { int i = 0 阅读全文
posted @ 2020-01-05 20:13 JasonPeng1 阅读(233) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include<math.h> using namespace std; const int MAX_LEN = 2005; //const int MAX_D = 31; struct student{ int id; int Cgrade; i 阅读全文
posted @ 2020-01-05 12:44 JasonPeng1 阅读(200) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 29 下一页