摘要: 链接 : https://www.acwing.com/problem/content/802/ #include <bits/stdc++.h> using namespace std; #define IO ios::sync_with_stdio(false);cin.tie(0); cout 阅读全文
posted @ 2021-01-27 20:49 phr2000 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 链接 : https://www.acwing.com/problem/content/801/ #include <bits/stdc++.h> using namespace std; #define IO ios::sync_with_stdio(false);cin.tie(0); cout 阅读全文
posted @ 2021-01-27 20:22 phr2000 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 链接 : https://codeforces.com/contest/1475/problem/D 排序 + 双指针 #include <bits/stdc++.h> using namespace std; #define IO ios::sync_with_stdio(false);cin.t 阅读全文
posted @ 2021-01-27 20:09 phr2000 阅读(54) 评论(0) 推荐(0) 编辑