摘要: #include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<ll,double> pid; typedef vector<pid> vp; typedef vp::reverse_iterator v 阅读全文
posted @ 2020-09-16 22:43 JustinRochester 阅读(187) 评论(0) 推荐(0) 编辑
摘要: #include<bits/stdc++.h> using namespace std; typedef long long ll; struct term{//单项式 ll index; double coeff; term(double coeff_=0,ll index_=0):coeff(c 阅读全文
posted @ 2020-09-16 22:35 JustinRochester 阅读(390) 评论(0) 推荐(0) 编辑