First, copy and create problem file
cp template.cpp (problem name).cpp
Second, add input into file input.txt
Final, run your code
$ ./run.sh (problem name) (type=0, 1)
type 0 if you want to print your output into terminal, otherwise 1 print into file output.txt