摘要: 一、题目特点 跳跃性很强 结论证明很难 二、解题策略 找相似 猜想 AcWing 1055. 股票买卖 II #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 阅读全文
posted @ 2022-02-13 23:24 安河桥北i 阅读(24) 评论(0) 推荐(0) 编辑