OldLiu001 / LocalJudge

A small but complete judge system written in BAT & VBS within 100 lines of code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local Judge

A small but complete judge system written in BAT & VBS within 100 lines of code.

Support AC, RE, TLE & WA.

Usage

Place your test points to problems\xxxxx, then simply run:

judge xxxxx your_executable_path_here

Details

Usage: judge <problem_number> <executable_path> [time_limit]
Return:
	0 Accepted
	1 Wrong Answer
	2 Runtime Error
	3 Time Limit Exceeded
	4 Missing Output File(s)

About

A small but complete judge system written in BAT & VBS within 100 lines of code.


Languages

Language:Batchfile 47.7%Language:VBScript 23.8%Language:Rust 16.2%Language:Makefile 12.3%