1009 Product of Polynomials (25 point(s))

題解 同1002類似。  #include<iostream> #include<cstdio> using namespace std; const int MAXN = 1000010; const int MAXM = 1001; #define EPS 1e-6 float result[MAXN], ans[MAXM]; int cnt, k, n; float a; int main(
相關文章
相關標籤/搜索