In function 'main': error: expected expression before ')' token warning: no newline at end of file 請(qǐng)問(wèn)這個(gè)錯(cuò)誤是什么原因?謝了。
#include <stdio.h>
int main()
{
? ? printf("你是我的小呀小蘋(píng)果兒\n");
? ? printf("怎么愛(ài)你都不嫌多\n");
? ? printf("紅紅的小臉兒溫暖我的心窩\n");
? ? printf("點(diǎn)亮我生命的火 火火火火\n");
? ? return();
}
2015-07-17
return 0;= =