摘要: $O(n)$递推求逆元 1 #include<cstdio> 2 #include<cstring> 3 #include<algorithm> 4 using namespace std; 5 typedef long long ll; 6 int inv[3000010]; 7 int main 阅读全文
posted @ 2017-10-30 21:46 halfrot 阅读(391) 评论(0) 推荐(1) 编辑