摘要: //ex1 #include<stdio.h> #include<math.h> int main() { float a, b, c, x1, x2; float delta, real, imag; printf("输入 a,b,c:"); while (scanf_s("%f%f%f", &a 阅读全文
posted @ 2020-11-19 00:13 完美且天才 阅读(60) 评论(2) 推荐(0)