Download this by running
git clone https://github.com/elopez/competition-boilerplate.git competitionor, if Git is unavailable,
wget -q -O- https://github.com/elopez/competition-boilerplate/archive/master.tar.gz | tar xzWhen the contest starts and you know how many problems there are, run the following to create a file for each problem:
make UPTO=kWhen you finish programming a problem, run the following to compile its code
make aTo clean the current directory a bit, you can run:
make cleanThis will delete object files and binaries