Challenge Overview
In the previous production deployment for TopCoder Competition Engine, we just take the processors and farm deployer from Arena VM and try to deploy in production.
But we meet many problems.
- Some configurations are different in VM and Production, so manually update needed.
- The gcc version are different, so the cpp compiler and invoker can not be directly used.
- The needed C# executables are old versions, we have to rebuild and update it in processor.
The purpose of this contest, is going to overcome the above problems, make it easy for further deployment in VM and in Production.
see detail requirements in wiki
Final Submission Guidelines
see detail requirements in wiki