摘要: 实验结论! 1. 1 #include <math.h> 2 #include <stdio.h> 3 4 int main() { 5 6 double a, b, c, x1, x2; 7 double delta, real, imag; 8 9 printf("Enter a, b, c: 阅读全文
posted @ 2020-11-15 10:59 是逸仙呀 阅读(133) 评论(3) 推荐(0)