You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Automatically create an environment for contest including working files 💻
33
34
- Run code with official sample cases of any particular problem 🔭
34
35
- Compare your output with expected output in a elegant manner 📺
35
-
- Get your code verdicts like OK ✅, Wrong answer ❌, TLE 🕒, MLE 🛢, Runtime error ⚠, Queue ⏳, Hacked ☠️
36
+
- Get your code verdicts like OK ✅, Wrong answer ❌, TLE 🕒, MLE 🛢, Runtime error or Compilation error ⚠, Queue ⏳, Hacked ☠️
36
37
- Submit 🏳🌈 your code from your favorite text editor
37
38
- Get your official standing of the live contest 👥
38
39
- Play minigames while you wait for the contest 🎮
39
40
41
+
## Updates
42
+
- Now supports the feature to test and run C++(g++ compiler) and C (gcc compiler) language codes 🎉🎊
43
+
- Option to run code for case independent problems 📡
44
+
40
45
## Guide
41
46
- Set your preferences in settings of the package, in advance
47
+
- Delete the folders and files of working directory before contest
42
48
- Click on Refresh button to refresh the standing
43
49
- Click on your standing to minimize problems view
44
50
- Click on your profile picture to refresh problems
45
51
- Click on an example number to copy its input data
46
52
47
53
## Limitations
48
-
- Currently, test and run code option is only available for python users
49
54
- I will try to remove the dependency of online-judge-tools for non-python users in future updates
50
55
51
-
<br>
56
+
- 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
0 commit comments