Loading

摘要: 1. 位运算(相关内容) 知识一:拆位 例一:acw89 考虑分治,因为是板子(? (可能是因为 a^2n=(a^n)^2与乘方本身的递推关系,即f(2^i)可以O(log n)求出?) 复杂度O(log n)。 代码: #include<bits/stdc++.h> using namespace 阅读全文
posted @ 2023-01-24 17:42 hsaht2426 阅读(23) 评论(0) 推荐(0)