摘要:
从键盘输入a, b, c的值,编程计算并输出一元二次方程ax2 + bx + c = 0的根 并保留两位小数 #include <stdio.h> //使用printf,scanf函数 #include <math.h> //使用sqrt(开平方)函数 int main() { float a, b 阅读全文
从键盘输入a, b, c的值,编程计算并输出一元二次方程ax2 + bx + c = 0的根 并保留两位小数 #include <stdio.h> //使用printf,scanf函数 #include <math.h> //使用sqrt(开平方)函数 int main() { float a, b 阅读全文
posted @ 2024-04-18 19:53
林大官人995
阅读(133)
评论(0)
推荐(1)
浙公网安备 33010602011771号