摘要: #include <bits/stdc++.h> #include<math.h> using namespace std; const int MAX_LEN = 100005; //const int MAX_D = 31; struct ID{ char tem[20]; }; int mai 阅读全文
posted @ 2020-01-01 23:34 JasonPeng1 阅读(243) 评论(0) 推荐(0)
摘要: 第二次: #include <bits/stdc++.h> #include <math.h> #include <cstring> #include <cstdio> using namespace std; const int MAX_LEN = 100005; //const int MAX_ 阅读全文
posted @ 2020-01-01 19:38 JasonPeng1 阅读(111) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include<math.h> using namespace std; const int MAX_LEN = 100005; //const int MAX_D = 31; int main(){ int n; cin>>n; int Bdig 阅读全文
posted @ 2020-01-01 19:21 JasonPeng1 阅读(128) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include<math.h> using namespace std; const int MAX_LEN = 100005; const int MAX_D = 31; int main(){ int a,b,n; cin>>a; cin>>b 阅读全文
posted @ 2020-01-01 19:00 JasonPeng1 阅读(186) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-01-01 15:26 JasonPeng1 阅读(215) 评论(0) 推荐(0)