Challenge Overview
Previously, we have properly addressed the upgrading of gcc version from 4.0.2 to 4.4 for TopCoder Competition Engines.
This contest is going to explore the way to further upgrade the gcc version to latest (4.8.x).
And the gcc command line and opinions used in currently system is hard-coded for all contests, we'd like to add some customization logic, so we can further customize the gcc command for specific problems.
For this contest, we'd like to explore the way for C++ Language upgrade and gcc command customization. The gcc version to support is 4.8. 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