phantom11's blog

By phantom11, 12 years ago, In English

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.....:)





  • Vote: I like it
  • +5
  • Vote: I do not like it

12 years ago, # |
  Vote: I like it 0 Vote: I do not like it
I've never tried the Chelper plugin. But the moj plugin provides the same functionality as stated in your last para. I use moj 4.1.6 with Codeprocessor 2.0 in the TC arena. Here is the link to the moj plugin : http://apps.topcoder.com/forums/;jsessionid=9274EEFDD3BB7110BF3AF0BB10411ED0?module=Thread&threadID=597911&start=0&mc=60#931780
  • 12 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it
    Actually, CHelper uses moj as arena plugin. Main feature it provides for TC tasks - code inlining and unused code elemination. Testing functionality is more useful for standard tasks
  • 12 years ago, # ^ |
    Rev. 2   Vote: I like it 0 Vote: I do not like it

    @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