摘要: 此题简单 代码如下 #include<stdio.h> #include<math.h> float f1(float x) { float f; f=pow(x,41)+pow(x,3)+1; return f; } float f2(float x) { float f; f=41*pow(x, 阅读全文
posted @ 2022-09-12 20:58 码羊 阅读(51) 评论(0) 推荐(0)