| 38 | _mapping = {_SUCCESS: SUCCESS, _FAILED: FAILED, _TIMEOUT: TIMEOUT, _UNKNOWN: None} |
| 39 | |
| 40 | class MyCustomException(BaseException): |
| 41 | def __init__(self, message): |
| 42 | self.message = message |
| 43 | |
| 44 | |
| 45 | def get_groundtruth(problems, hashcode, tasks_only_output_not_none): |