Challenge Overview
For current Single Round Match (SRM) and Marathon Match contests, the Competition Engine used can support five languages: Java, C+, Python, C# and VB. The current version of gcc used for C+ is 4.0.2, so it is not allowed to use new features that is introduced in later versions in your solutions. you can check http://gcc.gnu.org/gcc-4.4/changes.html, like the support the c++0x.
For this contest, we'd like to explore the way for C++ Language upgrade. The gcc version in VM is 4.4. To prove that your solution, we'd like to see the following actions.
see detail requirements in wiki
Final Submission Guidelines
see detail requirements in wiki