摘要: #include<cstdio> #include<cstring> #include<string> #include<cmath> #include<algorithm> #include<iostream> using namespace std; int len = 0; char s[30 阅读全文
posted @ 2022-01-23 12:53 ethon-wang 阅读(35) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include<algorithm> #include<cstring> using namespace std; double a,b,c,d; double f(double x){ return a*x*x*x+b*x*x+c*x+d; } void 阅读全文
posted @ 2022-01-23 10:51 ethon-wang 阅读(68) 评论(0) 推荐(0) 编辑