随笔分类 -  学习笔记

摘要:$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 阅读(404) 评论(0) 推荐(1)
摘要:高能预警!!!这只是一篇蒟蒻的学习笔记!!! 陈立杰的ppt:https://wenku.baidu.com/view/90f22eec551810a6f4248606.html 更多:http://blog.csdn.net/wmdcstdio/article/details/44780707 h 阅读全文
posted @ 2017-08-28 16:00 halfrot 阅读(178) 评论(0) 推荐(0)