第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

代碼有問(wèn)題嗎?還是編譯器有問(wèn)題。

代碼有問(wèn)題嗎?還是編譯器有問(wèn)題。

C
蒲公英wsg 2016-03-26 11:35:51
#include <stdio.h>#include <math.h> int main(){?double a,b,c,disc,x1,x2,realpart,imagpart;?scanf("%lf,%lf,&lf",&a,&b,&c);?printf("The equation");?if(fabs(a)<=1e-6)??printf("is not a quadratic\n");?else?{??disc=b*b-4*a*c;??if(fabs(disc)<=1e-6)???printf("has two equal roots :%8.4f\n",-b/(2*a));??else???if(disc>1e-6)???{????x1=(-b+sqrt(disc))/(2*a);????x2=(-b-sqrt(disc))/(2*a);????prinitf("has distinct real roots: %8.4f and %8.4f\n",x1,x2);???}???else???{??????realpart=-b/(2*a);???imagpart=sqrt(-disc)/(2*a);???prinrf("has complex roots :\n");???printf("%8.4f+%8.4fi\n",realpart,imagpart);???printf("%8.4f-%8.4fi\n",realpart,imagpart);????????????? }???? }??? return 0;??? ??? ??? }
查看完整描述

1 回答

已采納
?
guozhchun

TA貢獻(xiàn)103條經(jīng)驗(yàn) 獲得超76個(gè)贊

prinitf("has?distinct?real?roots:?%8.4f?and?%8.4f\n",x1,x2);
prinrf("has?complex?roots?:\n");

這兩行的printf都寫錯(cuò)了。

查看完整回答
反對(duì) 回復(fù) 2016-03-26
  • 1 回答
  • 0 關(guān)注
  • 1293 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)