Hi friends,
I used the Chelper plugin of Egor and it works well in codeforces.
Then I tried to setup the moj plugin for topcoder arena.I installed it and got the"4 foundS" when I verified it.
But I am not sure how to use it in IntelliJ i.e. how to install it in IntelliJ or with Chelper, how to test my codes ,how to submit etc.(basically all the implementations of the plugins).
Any help to solve my queries will be regarded...
UPD:Its done.lovro helped me do it.Thanks to him.For those who could not do it here's what to do:
1)Download the plugin.
2)follow the steps written in the instruction file .
3)Arena->editor->select CodeProcessor->configure->select fileedit->configure->goto template ->paste this code
And Yipee!!! now you dont have to test each and every test case in the arena.Your local editor does that for you(for JAVA and c++only).All you have to do is open the problem file in the arena ->the problem file is generated in the folder specified ->write the code(you can see the result for all test cases when you run it locally)->compile in the arena->submit and yipee you saved so much time.....:)
@ameydhar:Besides that Chelper also works for codeforces rounds as well.
It also inlines your code and removes unwanted code.(although have not tried it yet).I had already setup the chelper plugin .Was facing difficulties in moj ,so wrote this blog.Thanks Egor for such a wonderful plugin