多项式相关算法模板
摘要:多项式乘法 1 #include <bits/stdc++.h> 2 using namespace std; 3 const double pi = acos(-1); 4 const int LEN = 1e5 + 5; 5 int n, m, N; 6 namespace ploy { 7 s
阅读全文
posted @ 2018-08-14 18:47
posted @ 2018-08-14 18:47
posted @ 2018-08-13 18:50
posted @ 2018-08-13 18:06
posted @ 2018-08-03 19:31
posted @ 2018-08-03 18:52