摘要: 今天水了一节英语课,翘了一节C++课,就是感觉摆的一批。 对局匹配 P8656 [蓝桥杯 2017 国 B] 对局匹配 - 洛谷 | 计算机科学教育新生态 (luogu.com.cn) 对于这道题: 大佬解法1: #include<bits/stdc++.h> using namespace std 阅读全文
posted @ 2023-11-21 18:20 工作日摆烂 阅读(53) 评论(0) 推荐(0)
摘要: 合并果子可以作为mulitset的板子题 mulitset的 ac code #include<iostream> #include<set> using namespace std; multiset<int,less<int>> m; int main() { int n; cin>>n; fo 阅读全文
posted @ 2023-11-15 20:52 工作日摆烂 阅读(43) 评论(0) 推荐(0)