fix interactive bug

This commit is contained in:
Himit_ZH 2022-01-05 11:21:21 +08:00
parent 01218594ef
commit e965aaa366
1 changed files with 1 additions and 2 deletions

View File

@ -489,8 +489,7 @@ public class SandboxRun {
/**
* 注意用户源代码需要先编译若是通过编译需要先将文件存入内存再利用管道判题同时特殊判题程序必须已编译且存在否则判题失败系统错误
*/
// 管道输入利用已经编译好存在内存的可执行用户代码同时通过当前题目输入后运行得到输出结果作为管道数据输入
JSONObject pipeInputCmd = new JSONObject();
pipeInputCmd.set("args", args);
pipeInputCmd.set("env", envs);