摘要: 题链 通俗易懂 这份代码O2优化才能过 #include <bits/stdc++.h> using namespace std; #define eps 1e-6 #define MS 300009 #define LL long long // 洛谷 P3803 【模板】多项式乘法(FFT) / 阅读全文
posted @ 2021-07-28 16:46 棉被sunlie 阅读(30) 评论(0) 推荐(0)
摘要: 题链 套了题解区的板子 #include <bits/stdc++.h> using namespace std; #define LL long long #define MS 1000009 int n,m; int p1[MS], p2[MS]; double ac[MS<<1]; // 洛谷 阅读全文
posted @ 2021-07-28 14:10 棉被sunlie 阅读(73) 评论(0) 推荐(0)