摘要: 题目链接https://loj.ac/problem/6285 1 #include<algorithm> 2 #include<iostream> 3 #include<cstring> 4 #include<cstdlib> 5 #include<cstdio> 6 #include<strin 阅读全文
posted @ 2020-08-08 21:51 YanMingA 阅读(178) 评论(0) 推荐(0)
摘要: 题目链接https://loj.ac/problem/6284 1 #include<bits/stdc++.h> 2 3 using namespace std; 4 typedef long long ll; 5 const int maxn = 1e5 + 10; 6 const int in 阅读全文
posted @ 2020-08-08 21:39 YanMingA 阅读(143) 评论(0) 推荐(0)
摘要: 题目链接https://loj.ac/problem/6283 1 #include<bits/stdc++.h> 2 3 using namespace std; 4 typedef long long ll; 5 const int maxn = 1e5 + 10; 6 const int in 阅读全文
posted @ 2020-08-08 21:30 YanMingA 阅读(206) 评论(0) 推荐(0)
摘要: 题目链接https://loj.ac/problem/6278 1 #include<bits/stdc++.h> 2 3 using namespace std; 4 typedef long long ll; 5 const int maxn = 1e5+10; 6 const int inf 阅读全文
posted @ 2020-08-08 21:16 YanMingA 阅读(171) 评论(0) 推荐(0)
摘要: 题目链接https://loj.ac/problem/6277 1 #include<bits/stdc++.h> 2 3 using namespace std; 4 typedef long long ll; 5 const int maxn = 1e5 + 10; 6 const int in 阅读全文
posted @ 2020-08-08 21:06 YanMingA 阅读(144) 评论(0) 推荐(0)