2023年4月30日
摘要: 矩阵快速幂 #include <iostream> #include <cmath> #include <algorithm> using namespace std; #define N 2 int mod; #define int long long struct matrix { int a[ 阅读全文
posted @ 2023-04-30 18:18 towboat 阅读(26) 评论(0) 推荐(0)