c源碼編譯

  #include<stdio.h> #include<math.h> //程序中要調用求平方根函數sqrt int main() { double a,b,c,disc,x1,x2,p,q; scanf("%lf%lf%lf",&a,&b,&c); disc = b * b - 4 * a * c; p = -b / (2.0 *
相關文章
相關標籤/搜索