課程
/后端開發(fā)
/C
/C語言入門
#include<stdio.h>
int main()?
{
printf("Hllo World");
return 0;
}
2018-07-01
源自:C語言入門 1-1
正在回答
Hello寫錯了...
#include<stdio.h>?
int main()
? ? /*在雙引號中間輸入Hello World*/?
? ? printf("hello world");
? ? return 0;?
Hello World
舉報
C語言入門視頻教程,帶你進入編程世界的必修課-C語言
1 回答哪位好心人教我一下
5 回答為什么總是失敗呀,哪位好心人幫忙看一下
1 回答明明一模一樣 就是提示錯誤
3 回答明明跟答案一樣啊,哪里錯了?
4 回答可以幫我解答一下嗎?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關注慕課網(wǎng)微信公眾號
2018-08-01
Hello寫錯了...
2018-07-16
#include<stdio.h>?
int main()
{
? ? /*在雙引號中間輸入Hello World*/?
? ? printf("hello world");
? ? return 0;?
}
2018-07-01
Hello World