You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/litmus/judge/dmoj/judge.py", line 163, in _begin_grading
problem = Problem(problem_id, time_limit, memory_limit, load_pretests_only=pretests_only)
File "/home/litmus/judge/dmoj/problem.py", line 51, in __init__
self.cases = self._resolve_testcases(self.config['pretest_test_cases' if self.is_pretested else 'test_cases'])
File "/home/litmus/judge/dmoj/problem.py", line 73, in _resolve_testcases
for case_config in cfg:
TypeError: 'NoneType' object is not iterable
제출한 소스코드가 아닌 내부 오류 메시지를 출력하기 때문에 혼란이 올 뿐 아니라 보안 이슈도 있어보임
The text was updated successfully, but these errors were encountered:
judge에서 오류가 나면 아래와 같이 표시됨
채점에 문제가 생겼습니다.
자세한 오류 정보
제출한 소스코드가 아닌 내부 오류 메시지를 출력하기 때문에 혼란이 올 뿐 아니라 보안 이슈도 있어보임
The text was updated successfully, but these errors were encountered: