farzadshbfn / OnlineJudge

C++ code for filtering/sorting problem test datas and run the submitted code and check the results.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OnlineJudge

C++ code for filtering/sorting problem test datas and run the submitted code and check the results. this code only runs in unix-based computers.

command line API

input

Judge submissionID problemID timeLimit memoryLimit sp(optional)

sp

stands for special judge, if problem has provided special judge, you have to put sp at the end.

output

Result submissionID resultID consoleError(optional)

consoleError

if running or compiling code encounters any errors, consoleError will provide text error generated

Usage

code is not fully dynamic, in order to make it work you need to go to file "Defines.h" and set root folders of specified folders.

About

C++ code for filtering/sorting problem test datas and run the submitted code and check the results.


Languages

Language:C++ 95.1%Language:C 4.9%