我正在用Visual Studio代码编写入门级程序,其外观类似于所附的屏幕截图。 我无法解决此错误,
C:\Users\dell\AppData\Local\Temp\ccCMGIfQ.o: In function `main':
D:\vscode/main.cpp:3: multiple definition of `main'
C:\Users\dell\AppData\Local\Temp\ccjmxAV5.o:D:\vscode/main.cpp:3: first defined here
collect2.exe: error: ld returned 1 exit status
The terminal process terminated with exit code: 1
我阅读了堆栈中的帖子以及一些网站,但没有任何结果。