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

来源:1-2 C程序结构

杂七er

2019-08-14 01:39

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


写回答 关注

1回答

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

    你把代码贴出来

    小小疾飞 回复杂七er

    这些是错误提示。

    2019-08-14 14:20:45

    共 2 条回复 >

C语言入门

C语言入门视频教程,带你进入编程世界的必修课-C语言

926025 学习 · 20793 问题

查看课程

相似问题