摘要: #include <math.h>#include <stdio.h>#include <stdlib.h>int main() { float a, b, c, x1, x2; float delta, real, imag; printf("Enter a, b, c: "); while(sc 阅读全文
posted @ 2019-11-18 11:43 叉歪劈九叉 阅读(155) 评论(2) 推荐(0)