gabrielsimoes / cfparser.vim

A codeforces plugin ported from emacs plugin gnull/cfparser.
Do What The F*ck You Want To Public License
48 stars 10 forks source link

why shows this error? #21

Closed devjewel01 closed 3 years ago

devjewel01 commented 3 years ago

g++: error: /home/devjewel/Documents/C++/1470A.cpp: No such file or directory g++: fatal error: no input files compilation terminated.

TEST 1 zsh:2: no such file or directory: /tmp/cfparser_exec

30 190

TEST 2 zsh:2: no such file or directory: /tmp/cfparser_exec

1 rm: cannot remove '/tmp/cfparser_exec': No such file or directory

jakobkogler commented 3 years ago

Are you sure that you have your solution file located at /home/devjewel/Documents/C++/1470A.cpp? Have you actually saved the file?