Skip to content

udontur/judgel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Judgel

⚖️ Simple local C++ CLI judge

Report Bug · Made with passion by Hadrian

⭐ Features

  • Command line interface
  • Available verdicts:
    1. Accepted
    2. Wrong Answer
    3. Time Limit Exceeded
    4. Runtime Error
    5. Compilation Error
  • Simple to install
  • Simple to use

🛠️ Installation (Linux)

Note

The make and g++ package must be installed on your system

  1. Clone the repository
git clone https://github.com/udontur/judgel.git
  1. Navigate to the cloned repository
cd judgel
  1. Install Judgel
make install

Tip

Press ctrl + shift + v to paste in the terminal.

⚙️ Prerequisites

  1. Testcase folder name: testcase
    • Testcase file format: ABC.in and ABC.out
  2. Code file name: main.cpp

Note

Unexpected error may be produced if these conditions are not satisfied.

🔧 Usage

Run the following command in your code directory:

judgel <TIME LIMIT>

Important

The time limit must be an integer.

Tip

  1. Leave the time limit blank for a 1 second time limit.
  2. cd /path/to/dir to navigate to your code directory

💾 Demo

Watch the Demo