TCO 2016 Round 1A, 250-Pointer (EllysTimeMachine)

James S. Plank

Tue Aug 21 14:54:41 EDT 2018
I'd like to point out that 83% of the C++ coders got this correct, while only 69% of the Python coders got it right.

Using sscanf() and sprintf()

The solution is a simple matter of string parsing: The solution is in Solution.cpp. Please only look at it once you have given it a try yourself.