Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 435 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 435 Bytes

Judger

  • What's this

A pure judge tool based on QingdaoU Judger

  • Environment dependency

    • cmake
    • make
    • g++
    • golang (optional)
  • How to use

# build judger

sudo sh build.sh
# run test program

sudo sh run_test.sh
# run test program with cgo

LD_LIBRARY_PATH=$(pwd)/shared-lib/output go run main.go
  • Big thanks

QingdaoU/Judger