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

Function runWJ2012

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

Source from the content-addressed store, hash-verified

65}
66
67func runWJ2012(codeFile, codeLang string) (*commonStructs.JudgeResult, error) {
68 return runJudge("./data/problems/WJ2012/problem.json", codeFile, codeLang)
69}
70
71func analysisResult(caseName string, result *commonStructs.JudgeResult, expect int) error {
72 name, ok := constants.FlagMeansMap[result.JudgeResult]

Callers 1

TestWJ2012ACFunction · 0.85

Calls 1

runJudgeFunction · 0.85

Tested by 1

TestWJ2012ACFunction · 0.68