摘要: ex.1 解一元二次方程 #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, 阅读全文
posted @ 2019-11-18 23:22 千寻虚无 阅读(94) 评论(3) 推荐(0)