标签: c
我在代码块上键入了该程序,但是在int主线上显示了错误 这是程序
#include <stdio.h> int main() { printf("Hello"); return 0; }
消息返回为“ main的多个定义”
答案 0 :(得分:1)
该示例代码是正确的。这可能是IDE配置错误。使用 gcc 在Linux上编译代码,在Windows上,您可以安装 MinGW 并从命令窗口执行。