看不懂錯誤問題,求解答萬分感謝
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
舉報
2019-10-22
分號要用英文輸入法
2019-10-22
2019-10-22
“return”返回0之前需要標識符或“(” ?
expected identifier or '(' before '}' token ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
應為標識符或“(”在“}”標記之前
? ? ? ?? 你有源代碼嗎