We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
設定檔: conf.json 題序: http/cont.html or http/cont.pdf 測資輸入: res/testdata/[number].in 測資輸出: res/testdata/[number].out
如果是用Makefile,多加上以下檔案 res/make/Makefile res/make/[其他Makefile需要的檔案]
tar -Jcvf output.tar.xz conf.json res http
g++ with two testcase
{ "timelimit": 4000, "memlimit": 32768, "compile": "g++", "score": "rate", "check": "diff", "test": [ { "data": [1, 2, 3], "weight": 50 }, { "data": [4, 5], "weight": 50 } ] }
Makefile
{ "timelimit": 4000, "memlimit": 32768, "compile": "makefile", "score": "rate", "check": "diff", "test": [ { "data": [1, 2, 3], "weight": 50 }, { "data": [4, 5], "weight": 50 } ] }