摘要: 思想: 线性基和快速幂 代码: #include<iostream> #include<stdio.h> #include<cstring> #include<vector> using namespace std; typedef long long ll; const int mod = 1e9 阅读全文
posted @ 2020-02-22 15:49 sqsq 阅读(153) 评论(0) 推荐(0) 编辑