OVSolitario-io

导航

2025年10月2日 #

倍增&ST算法

摘要: 倍增 倍增:预处理的就是每个点走 2^i 步的结果 通过预处理go[][]数组,拼凑出需要走的操作数 点击查看代码 #include <bits/stdc++.h> using namespace std; const int N = 10; // 节点数 const int LOG = 20; / 阅读全文

posted @ 2025-10-02 14:30 TBeauty 阅读(5) 评论(0) 推荐(0)

分块

摘要: 分块 阅读全文

posted @ 2025-10-02 14:29 TBeauty 阅读(4) 评论(0) 推荐(0)