F题多项式。谢谢出题人,题目出的好,答疑很良心,爱了qwq #include<iostream> #include<algorithm> #include<string.h> #include<vector> using namespace std; // #define debug(x) cout<<"[debug]"#x<<"="<<x<<endl typedef long long ll; typedef long double ld; typedef pair<int,int> ...