摘要:
以[【模板】最近公共祖先(LCA)](https://www.luogu.com.cn/problem/P3379)为例题 ## 倍增法 ```c++ #include using namespace std; using ll = long long; int main() { ios::sync 阅读全文
摘要:
## D. Ama no Jaku [D-Ama no Jaku_2023牛客暑期多校训练营3 (nowcoder.com)](https://ac.nowcoder.com/acm/contest/57357/D) ### 题意 给定一个01矩阵,可以对行或列进行翻转操作。求最小的操作次数,使得行 阅读全文