edisonhello / miku

Judge Client for TIOJ

Home Page:https://github.com/joshua5201/tioj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

miku

$ git clone https://github.com/adrien1018/miku.git
$ cd miku
$ git submodule update --init

How to start the judge client

$ make
$ sudo ./start_script

Some configuration can be made inside startscript:

  • -v/--verbose for extra verbosity
  • -p/--parallel [NUMBER] to evaulate at most [NUMBER] testdata at the same time.
  • -b [NUMBER] to set sandbox indexing offset. Need to be set to an appropriate number if running multiple judges on one computer.
  • -a/--aggressive-update to aggressivly update verdict and result.

About

Judge Client for TIOJ

https://github.com/joshua5201/tioj

License:MIT License


Languages

Language:C 49.6%Language:C++ 42.1%Language:Python 5.6%Language:Makefile 2.3%Language:Shell 0.3%