问答详情
源自:1-2 C程序结构

可以帮忙看下到底是哪些错误吗?求帮忙 谢谢!

hello.c: In function 'main':
hello.c:5:5: error: expected declaration specifiers before 'return'
     return 0;
     ^~~~~~
hello.c:6:1: error: expected declaration specifiers before '}' token
 }
 ^
hello.c:6:1: error: expected '{' at end of input


提问者:杂七er 2019-08-14 01:39

个回答

  • 小小疾飞
    2019-08-14 10:00:26

    你把代码贴出来