A codeforces helper that can test, run, present and submit solutions on codeforces
Step 1.
apm install codeblue
Step 2.
pip install online-judge-tools
Step 3.
oj l https://codeforces.com/
- Fetch and load details of a live codeforces contest โก
- Automatically create an environment for contest including working files ๐ป
- Run code with official sample cases of any particular problem ๐ญ
- Compare your output with expected output in a elegant manner ๐บ
- Get your code verdicts like OK โ , Wrong answer โ, TLE ๐, MLE ๐ข, Runtime error or Compilation error โ , Queue โณ, Hacked โ ๏ธ
- Submit ๐ณโ๐ your code from your favorite text editor
- Get your official standing of the live contest ๐ฅ
- Play minigames while you wait for the contest ๐ฎ
- Option to detect and login from the plugin itself
- Now you can change working directory by right clicking in the tree view
- Set your preferences in settings of the package, in advance
- Delete the folders and files of working directory before contest and check the create environment
- Click on Refresh button to refresh the standings
- Click on the yellow user icon to minimize/maximize friends standing view
- Click on your profile picture to refresh problems
- Click on an example number to copy its input data
-
I will try to remove the dependency of online-judge-tools for non-python users in future updates
-
While running C or C++ files, it sometimes run the previously compiled file and shows the same verdict. Incase of that delete the previously compiled file and run the code again
-
Not tested for linux or macOs