摘要: 3.代码示例 #include<iostream> #include<cmath> using namespace std; int main(){ float a,b,c,d,x0,f,f1; cin>>a>>b>>c>>d; float x=2.0; while(fabs(x-x0)>=1e-5 阅读全文
posted @ 2023-04-17 20:08 奶油冰激凌 阅读(17) 评论(0) 推荐(0)