我按照Internet的建议将fflush(stdout)放在了printf和scanf之间。但是,出现以下构建错误:
Info: Internal Builder is used for build
g++ -O0 -g3 -Wall -c -fmessage-length=0
-o "src\\linkedlist.o" "..\\src\\linkedlist.cpp"
g++ -o linkedlist.exe "src\\linkedlist.o"
c:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-
mingw32/bin/ld.exe: cannot open output file linkedlist.exe: Permission
denied
collect2.exe: error: ld returned 1 exit status
我正在使用的IDE是eclipse。有关如何解决此问题的任何建议?