- 博客(7)
- 收藏
- 关注
原创 求二次函数的值。
#define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #include<string.h> #include<stdlib.h> #include<math.h> int main() { double a, b, c, disc, x1, x2, p, q; scanf("%lf%lf%lf", &a, &b, &c); disc = b * b - 4 * a *
2023-01-07 17:01:46
210
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人