c++ solutions to kattis problems
./skeleton NAME
command will create a skeleton solution directory w/ readme, c++ file, and makefile for the problem (NAME is the suffix of the kattis url for the given problem).
./judge NAME
runs the sample inputs and diff
s them with the sample answers.
./judge NAME -test
runs the sample inputs and prints the outputs.