File tree Expand file tree Collapse file tree 2 files changed +74
-75
lines changed
Expand file tree Collapse file tree 2 files changed +74
-75
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ npm run start # pm2 start ./dist/index.js --name judger
5555
5656### 沙盒部分
5757
58- 本系统依赖魔改 ` nsjail ` 作为沙盒内核。需要在配置文件中指定对应路径。
58+ 本系统依赖 ` nsjail ` 和 ` Heng-Core ` 作为沙盒内核。需要在配置文件中指定对应路径。
5959
60- 它的仓库是 [ https://github.com/flaryer /nsjail/tree/real_usr_time_kill ] ( https://github.com/flaryer/nsjail/tree/real_usr_time_kill ) 。
60+ 它的仓库是 < https://github.com/google /nsjail > 和 < https://github.com/ThinkSpiritLab/Heng-Core > 。
6161
6262### 语言
6363
@@ -73,7 +73,7 @@ npm run start # pm2 start ./dist/index.js --name judger
7373
7474#### 沙盒运行支持
7575
76- 使用魔改 ` nsjail ` 。
76+ 使用 ` nsjail ` 和 ` Heng-Core ` 。
7777
7878#### 语言支持
7979
@@ -99,7 +99,6 @@ npm run start # pm2 start ./dist/index.js --name judger
9999
100100对于 ` Normal ` 和 ` Spj ` ,用户程序没有正常结束运行时,跳过执行结果判断程序。
101101
102- 可能无法检测 ` OutpuLimitExceeded ` 。
103102
104103## 其他
105104
You can’t perform that action at this time.
0 commit comments