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