public SpecialJudger(JudgeContext context) : base(context) { JudgeTask.ProcessorAffinity = ProcessorAffinityManager.GetUsage(); LangConfig = context.LangConfig as ProgramLangConfig; SpjContext = SpjManager.CreateSpjJudgeContext(context); SpjTask = SpjContext.Task; SpjLangConfig = SpjContext.LangConfig as ProgramLangConfig; }
public SpecialProgramJudger(JudgeContext context) : base(context) { SpjContext = SpjManager.CreateSpjJudgeContext(context); SpjTask = SpjContext.Task; SpjLangConfig = SpjContext.LangConfig as ProgramLangConfig; }