topcoderinc / cab

9 stars 3 forks source link

Make example code available for MM contests #48

Closed ltaravilse closed 7 years ago

ltaravilse commented 7 years ago

It would be good, specially for newcomers, to give a sample code for every Marathon Match, in every available language. For example, in C++ a .cpp that creates a class instance, calls the public method that needs to be implemented, and include the .h that can be the same file that is submitted for the Marathon Match. The same can be done in Java and any other available language.

tcNickolas commented 7 years ago

We've been doing this since the first round of TCO16 I think :-)

pizza-and-dog commented 7 years ago

@ltaravilse can you clarify?

tcNickolas commented 7 years ago

@rsial2 Here is what we're doing currently: if you check the statement for the latest MM 92 https://community.topcoder.com/longcontest/?module=ViewProblemStatement&rd=16857&pm=14485, it has a link to tester manual http://www.topcoder.com/contest/problem/Lighting/manual.html , which in turn has links to example solutions in different languages.

pizza-and-dog commented 7 years ago

Ok got it, thanks!

pizza-and-dog commented 7 years ago

Closing this issue since there's currently a solution.