Problem Solving Made Easy
currently we support C++ solutions only
You should have python3, python3-pip & python3-tk installed
sudo apt install make python3 python3-pip python3-tk
Then after cloning the repository, Install requirements using pip3
pip3 install -r requirements.txt
-
Run the Parser from the terminal
python3 main.py
-
Login to CodeForces.
NOTE: API key & API secret are optional(helpful in case of private submissions).
-
Press Parse.
-
The chosen editor will open up with some pre-written code. Write your solution & save.
-
Press Test.
-
If ACCEPTED, Press Submit.
The parser will save your login info (if you choose so) in .user_data.json
file in the root directory of the parser.
The parser will automatically login if there is any saved info.
The parser will parse the input and output in the problem test cases.
The parser will open a template with the editor you choose.
The parser will test the solution on the sample inputs and outputs of the problem.
The parser can test the solution on a given custom input.
The parser will submit the solution of the problem and wait for the verdict.
Give me the problem link, write your solution, I will do the rest for you...
</> with ❤️ by Kerollos Magdy
Made for Linux 🐧