C++ implementation of the adventofcode puzzles
Paste the input in input.txt. Input to be read from input.txt file.
The output of the program will be printed in output.txt file.
#ifndef ONLINE_JUDGE
freopen("./input.txt","r",stdin);
freopen("./output.txt","w",stdout);
#endif
published only after leaderboard get's fulled