課程
/后端開發(fā)
/C
/C語言入門
輸入(x1,y1)和(x2,y2)。(注意符號(hào)為半角符號(hào))
2018-10-13
源自:C語言入門 5-1
正在回答
#include <stdio.h>#include<math.h>int main(){double x1,y1,x2,y2,s;scanf("%lf,%lf",&x1,&y1);
#include?<stdio.h>#include?<stdlib.h>#include?<,d);????return?0;}
#include?<stdio.h>
#include?<stdlib.h>
#include?<,d);????return?0;}
,d);
????
return
0;
}
舉報(bào)
C語言入門視頻教程,帶你進(jìn)入編程世界的必修課-C語言
1 回答注意標(biāo)點(diǎn)符號(hào)要英文輸入
1 回答符號(hào)輸入。
1 回答要怎么改符號(hào)半全角
1 回答雙引號(hào)里的冒號(hào)中文符和全英半角符影響大嗎:
1 回答為什么這次的符號(hào)不用變成英文半角符號(hào)呢?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2018-10-14
#include <stdio.h>
#include<math.h>
int main()
{
double x1,y1,x2,y2,s;
scanf("%lf,%lf",&x1,&y1);
2018-10-14
#include?<stdio.h>
#include?<stdlib.h>
#include?<
,d);
????
return
?0;
}