atomiser4477's blog

By atomiser4477, history, 3 years ago, In English

Question Link: https://codeforces.com/contest/1539/problem/B

Submission Link: https://codeforces.com/contest/1539/submission/120683760

Can someone help me with this submission, I am getting exit code 2, this is working fine on my console, but submission is failing.

Full text and comments »

  • Vote: I like it
  • -1
  • Vote: I do not like it

By atomiser4477, history, 4 years ago, In English

You might have seen professional coders using CHelper plugin in IntelliJ idea and google chrome. Well, it is a necessary tool to parse the contest and helps reduce the wastage of time in submitting and testing your code.

For new people, you might face some issues regarding the installation of CHelper and in using it, issues like:

1) Test cases are not fetched by CHelper. So when you run your test cases console will be empty and show just dashed lines and displays that all the test cases have passed successfully.

Sol. Use the chrome plugin in this case and when you click that '+' icon it will fetch all the test cases for sure, then you can navigate to your IntelliJ IDE to write your code.

2) https://codeforces.com/blog/entry/58144

Sol. in the above issue it might happen sometime that it still doesn't solve even when you restart IntelliJ idea. In that case, rebuilt your project and then compile it.

If you are facing any other issue with CHelper please comment down below so that I can extend the list. This really helps people who are new to competitive programming and are eager to improve themselves.

Full text and comments »

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