id="c_n9"width="1920"height="990"style="position: fixed; top: 0px; left: 0px; z-index: -1; opacity: 0.5;">
摘要: 20220302-2 CCF CSP 出行计划 这道题的核心是求出当前出行时间时符合条件的所有计划和; 因此可以考虑通过预处理差分数组提前得到各个时间点所有情况的交集. #include <iostream> #include <vector> using namespace std; typede 阅读全文
posted @ 2022-04-13 00:09 My_opt 阅读(150) 评论(0) 推荐(0)