摘要: 解法1:(自己码的) #include <bits/stdc++.h> #include<math.h> #include <string> using namespace std; const int MAXN = 10000; stack<int> stk; int main(){ int M, 阅读全文
posted @ 2020-01-17 23:37 JasonPeng1 阅读(144) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include<math.h> #include <string> using namespace std; //5个map变量分别建立书名,作者,关键词,出版社及出版年份与id的映射关系 map<string,set<int>> mpTitle, 阅读全文
posted @ 2020-01-17 11:43 JasonPeng1 阅读(140) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include<math.h> #include <string> using namespace std; const int maxn = 480005;//最大学生人数 map<int,int> temp; int main(){ int m 阅读全文
posted @ 2020-01-17 10:22 JasonPeng1 阅读(94) 评论(0) 推荐(0)