課程
/后端開發(fā)
/C
/C語言入門
/249/5097/BG8O/hello.c:1:28: error: #include expects "FILENAME" or#include ? ? ? ?/*stdio.h*/ ? ? ? ? ? ? ? ? ? ? ? ? ? ?^/249/5097/BG8O/hello.c:4:1: error: expected identifier or '(' before '{' token {
2015-12-11
源自:C語言入門 1-2
正在回答
#include<stdio.h> ? ? ? ?/*stdio.h*/
int main()
? ? ? ? ? ? ? ??
{
? ?printf ? ("I love imooc!"); ? ?/*看一下這里的打印語句是否正確*/ ?
? ? return 0;
}
int main()是不能省掉的
舉報(bào)
C語言入門視頻教程,帶你進(jìn)入編程世界的必修課-C語言
2 回答請(qǐng)告訴哪里錯(cuò)了
1 回答麻煩告訴我哪里錯(cuò)了
2 回答誰能告訴我哪里錯(cuò)了
3 回答能告訴我哪里錯(cuò)了嗎?
3 回答求大佬告訴我哪里錯(cuò)了
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)
2015-12-11
#include<stdio.h> ? ? ? ?/*stdio.h*/
int main()
? ? ? ? ? ? ? ??
{
? ?printf ? ("I love imooc!"); ? ?/*看一下這里的打印語句是否正確*/ ?
? ? return 0;
}
2015-12-11
int main()是不能省掉的