userCanManage(Auth::user()) || UOJResponse::page403(); $problem_configure = new UOJProblemConfigure(UOJProblem::cur()); $problem_configure->runAtServer(); $problem_conf_str = ''; foreach ($problem_configure->problem_conf->conf as $key => $val) { if ($key == 'use_builtin_judger' && $val == 'off') { continue; } if ($key == 'use_builtin_checker' && $val == 'ownchk') { continue; } $problem_conf_str .= "{$key} {$val}\n"; } ?> getTitle(['with' => 'id']))) ?>

getTitle(['with' => 'id']) ?> 数据配置

problem.conf 预览
printHTML() ?>