04 2020 档案

末了 endless - 2020 NOI Online #2 (入门组)
摘要:题目:https://www.luogu.com.cn/problem/P6473 题解 前缀和 + 二分 dp[i] 表示用i个魔法,最多需要多少年 Code #include <bits/stdc++.h> using namespace std; int mg[200010], n; doub 阅读全文

posted @ 2020-04-25 22:40 LT-Y 阅读(232) 评论(0) 推荐(0)