Challenge Overview
Previously we have properly addressed the upgrading of gcc version from 4.0.2 to 4.4 for TopCoder Competition Engine.
and through Release Assembly - TC Competition Engine - C++ Language Upgrade And Customization Support and Release Assembly - TC Competition Engine - Python Language Upgrade And Customization Support , we have added customization support for GCC Build Path, GCC Approved Path, Python Build Path and Python Approved Path. So we can manually install new versions of g++ and python in different location, then set to use them specifically for some problem.
Previously changes are mainly for Marathon Match Problems (Long Problem), this contest will add similar logic for Single Round Match Problems (Individual Problem).
Please check detail requirements in wiki
Final Submission Guidelines
Please check detail requirements in wiki