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