摘要: 题目链接 题解 #include<iostream> #include<cstring> #include<cstdio> using namespace std; int map[100005]; int book[100005]; #define inf 0x3f3f3f3f int main( 阅读全文
posted @ 2020-08-25 10:46 ice--cream 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 题目链接 题解 #include<iostream> #include<cstring> #include<cstdio> #include<vector> using namespace std; int map[100005]; vector<int> q; int main(){ int T; 阅读全文
posted @ 2020-08-25 09:33 ice--cream 阅读(85) 评论(0) 推荐(0) 编辑