It is my personal AtCoder workplace.
You need to include atcoder library for template file
- gcc (through
build-essential
package)
- Go to project root directory
- Run
$ chmod 755 genABCNewFiles.sh
- Run
$ ./genABCNewFiles.sh
- When you are running the script, you need to input the folder name.
- The script would help you generate a folder with your input name including 8 files named
A.cpp
toH.cpp
which copied fromcptemplate.cpp
in root directory.
$ g++ -I . <FILE_NAME>