摘要: 2025CDUT蓝桥杯模拟赛 https://ac.nowcoder.com/acm/contest/106665 A: 前缀和(写得好的暴力也能过) const int N=1e6+10; LL p[N]; void init(){ for (int i=1;i<=N;i++){ int j=i; 阅读全文
posted @ 2025-04-09 20:27 才瓯 阅读(64) 评论(0) 推荐(0)