摘要:
http://memphis.is-programmer.com/posts/46317.html http://fanhq666.blog.163.com/blog/static/819434262011021105212299/ 阅读全文
摘要:
#include #include #include using namespace std; const int maxn=1e5+7; struct Node{ int val,rev,max,min; Node(){} Node(int _rev,int _max,int _min){ this->rev=_rev; this... 阅读全文
摘要:
http://blog.csdn.net/liyuanbhu/article/details/7882789 首先要了解多项式乘法,除法 了解模2运算的含义,多项式除法后合并同类项时。。系数%2处理 大大简化了除法运算。。并且运算方式跟异或对应上了。。很好。。 阅读全文