示例#1
0
 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;
 }
示例#2
0
 public SpecialProgramJudger(JudgeContext context) : base(context)
 {
     SpjContext    = SpjManager.CreateSpjJudgeContext(context);
     SpjTask       = SpjContext.Task;
     SpjLangConfig = SpjContext.LangConfig as ProgramLangConfig;
 }