2020年11月14日
摘要: #include <stdio.h> #include <math.h> #include<stdlib.h> int main() { float a, b, c, x1, x2; float delta, real, imag; printf("Enter a, b, c: "); while( 阅读全文
posted @ 2020-11-14 23:08 Giant邹薛成 阅读(116) 评论(2) 推荐(0)