看不懂錯(cuò)誤問題,求解答萬分感謝
hello.c:38:5:?error:?expected?identifier?or?'('?before?'return' ?????return?0; ?????^~~~~~ hello.c:39:1:?error:?expected?identifier?or?'('?before?'}'?token ?}
hello.c:38:5:?error:?expected?identifier?or?'('?before?'return' ?????return?0; ?????^~~~~~ hello.c:39:1:?error:?expected?identifier?or?'('?before?'}'?token ?}
2019-10-22
舉報(bào)
2019-10-22
分號要用英文輸入法
2019-10-22
2019-10-22
“return”返回0之前需要標(biāo)識符或“(” ?
expected identifier or '(' before '}' token ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
應(yīng)為標(biāo)識符或“(”在“}”標(biāo)記之前
? ? ? ?? 你有源代碼嗎