sandbox

command
v0.0.0-...-9414438 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2016 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

sandbox is command line interface for the Sandbox without docker wrapped.

Example:
    compile before running
        sandbox --lang=c -c -s src/main.c -b bin/main --memory=10000 --time=1000 --input=judge/input --output==judge/output
    running without compiling
        sandbox --lang=c -b bin/main -i judge/input -o judge/output
    if input or output not set, use /dev/null instead
        sandbox --lang=c -b bin/main
    result:
        output fllows the order below,if result is wrong answer,5th argument will be attached.
        status:time:memory:times:wrong_answer

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL