摘要: 二分 ` include<bits/stdc++.h> using namespace std; double a,b,c,d,i; double left,right,mid; double f(double x){ return apow(x,3)+bpow(x,2)+cx+d; } void 阅读全文
posted @ 2024-02-25 18:26 CXfang10 阅读(29) 评论(0) 推荐(0)