ByeongsuPark / auto-judge

automatic compilation, execution, and I/O testing of online judge source code

Home Page:https://www.npmjs.com/package/auto-judge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auto-judge

There is a critical issue(can't get test cases) with the old version.

Please use it after updating to the latest version (>= v0.0.9).


Automatic compilation, execution, and I/O testing of online judge source code.

For now, only boj is supported.

This program is a beta version, and errors may occur :(

If you find a bug, please leave an issue! :)

Install

npm install -g auto-judge

Usage

auto-judge [platform] [id] [sourceFile]

Example

auto-judge boj 1000 main.cpp

image

If you want to run only one test case, enter the number of the case you want to test after the -t option.

auto-judge boj 1000 main.cpp -t 1

About

automatic compilation, execution, and I/O testing of online judge source code

https://www.npmjs.com/package/auto-judge


Languages

Language:TypeScript 94.8%Language:Rust 1.0%Language:JavaScript 0.9%Language:Java 0.7%Language:Kotlin 0.6%Language:Swift 0.5%Language:Go 0.4%Language:C++ 0.4%Language:C 0.4%Language:Python 0.2%Language:Ruby 0.1%