摘要:
《一元二次方程》 #include <math.h>#include <stdio.h>#include <stdlib.h>int main() { float a, b, c, x1, x2; float delta, real, imag; printf("请输入一元二次方程的系数a,b,c: 阅读全文
posted @ 2019-11-18 23:26
北米酒
阅读(106)
评论(0)
推荐(0)
浙公网安备 33010602011771号