摘要: [toc] ### P7071 [CSP-J2020] 优秀的拆分 - 涉及知识点:数组、模拟 - 解析:n 点击查看代码 ```cpp #include using namespace std; const int N=1e6+10; int a[N], n, base=1, p=0; int m 阅读全文
posted @ 2022-10-01 09:46 HelloHeBin 阅读(302) 评论(0) 推荐(0)