Timed contests are all about getting the idea about a problem as fast as you can and then implement that idea, run the sample inputs, find and debug any errors and submit at the earliest possible time as you can.
I came across a plugin Eclipse Coder (EclipseCoder) for Eclipse to parse TopCoder problems, but I was unable to install the Python support due to some compatibility issues in the PyDev plugin. Note: I installed it with C++ and Java support.
Q.1. How to overcome this issue to actually install the Python support as well?
Error Message: Missing requirement: EclipseCoder Python Support 0.2.2 (net.fornwall.eclipsecoder.pythonsupport 0.2.2) requires âbundle org.python.pydev [1.3.0,2.0.0)â but it could not be found
UPDATE #1: Got the topcoder plugin working correctly (without Python support) for topcoder problems. Now I am able to write and test locally. Using JUnit test.
UPDATE #2: IntelliJ IDEA users can find such a plugin here.
Question:
Is there any plugin available for Eclipse to parse Codeforces and Codechef contests?
Or is anyone among you going to build one for the purpose by looking the source of similar plugins available? You can share all ideas related to the same, here!