⚖️ Simple local C++ CLI judge
Report Bug
·
Made with passion by Hadrian
- Command line interface
- Available verdicts:
- Accepted
- Wrong Answer
- Time Limit Exceeded
- Runtime Error
- Compilation Error
- Simple to install
- Simple to use
Note
The make
and g++
package must be installed on your system
- Clone the repository
git clone https://github.com/udontur/judgel.git
- Navigate to the cloned repository
cd judgel
- Install
Judgel
make install
Tip
Press ctrl
+ shift
+ v
to paste in the terminal.
- Testcase folder name:
testcase
- Testcase file format:
ABC.in
andABC.out
- Testcase file format:
- Code file name:
main.cpp
Note
Unexpected error may be produced if these conditions are not satisfied.
Run the following command in your code directory:
judgel <TIME LIMIT>
Important
The time limit must be an integer.
Tip
- Leave the time limit blank for a 1 second time limit.
cd /path/to/dir
to navigate to your code directory