Skip to content

leo900807/miku

 
 

Repository files navigation

miku

$ git clone https://github.com/TIOJ-INFOR-Online-Judge.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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.3%
  • C 23.9%
  • Shell 2.7%
  • Python 1.7%
  • Makefile 1.4%