摘要: O(logan)的时间复杂度 代码示例 #include <bits/stdc++.h> using namespace std; #define int long long #define mod 998244353 int a, b; int ksm(int a, int b) { int re 阅读全文
posted @ 2024-02-04 11:25 BreadCheese 阅读(7) 评论(0) 推荐(0)