MCPcopy Create free account
hub / github.com/LanceLRQ/deer-executor / runAPlusB

Function runAPlusB

test/util.go:59–61  ·  view source on GitHub ↗
(codeFile, codeLang string)

Source from the content-addressed store, hash-verified

57}
58
59func runAPlusB(codeFile, codeLang string) (*commonStructs.JudgeResult, error) {
60 return runJudge("./data/problems/APlusB/problem.json", codeFile, codeLang)
61}
62
63func runWJ2018(codeFile, codeLang string) (*commonStructs.JudgeResult, error) {
64 return runJudge("./data/problems/WJ2018/problem.json", codeFile, codeLang)

Callers 15

TestAPlusBProblemAcFunction · 0.85
TestAPlusBProblemPE1Function · 0.85
TestAPlusBProblemPE2Function · 0.85
TestAPlusBProblemPE3Function · 0.85
TestAPlusBProblemCEFunction · 0.85
TestAPlusBProblemMLEFunction · 0.85
TestAPlusBProblemOLEFunction · 0.85
TestAPlusBProblemOLE2Function · 0.85
TestAPlusBProblemREFunction · 0.85
TestAPlusBProblemRE2Function · 0.85
TestAPlusBProblemTLEFunction · 0.85
TestAPlusBProblemTLE2Function · 0.85

Calls 1

runJudgeFunction · 0.85

Tested by 15

TestAPlusBProblemAcFunction · 0.68
TestAPlusBProblemPE1Function · 0.68
TestAPlusBProblemPE2Function · 0.68
TestAPlusBProblemPE3Function · 0.68
TestAPlusBProblemCEFunction · 0.68
TestAPlusBProblemMLEFunction · 0.68
TestAPlusBProblemOLEFunction · 0.68
TestAPlusBProblemOLE2Function · 0.68
TestAPlusBProblemREFunction · 0.68
TestAPlusBProblemRE2Function · 0.68
TestAPlusBProblemTLEFunction · 0.68
TestAPlusBProblemTLE2Function · 0.68