下面是錯誤提示找不到哪錯了 ,分號改了啊。
下面是錯誤提示找不到哪錯了?,分號改了啊。 hello.c:?In?function?'main': hello.c:5:5:?error:?expected?';'?before?'printf' ?????printf?("怎么愛你都不嫌多\n") ?????^~~~~~ hello.c:8:13:?error:?stray?'\357'?in?program ?????return?0; ?????????????^ hello.c:8:14:?error:?stray?'\274'?in?program ?????return?0; ??????????????^ hello.c:8:15:?error:?stray?'\233'?in?program ?????return?0;
2018-08-26
這不是沒有分號么
2018-08-20
#include <stdio.h>
int main()
{
? ? printf ("你是我的小呀小蘋果兒\n")
? ? printf ("怎么愛你都不嫌多\n")
? ? printf ("紅紅的小臉兒溫暖我的心窩\n")
? ? printf ("點亮我生命的火 火火火火\n")
? ? return 0;
? ??
}