채점 중 예외가 발생했습니다.
익셉션:
스택 트레이스:
Traceback (most recent call last):
File "judge/tasks.py", line 190, in judge_submission
data_dir, sandbox_env):
File "judge/differs.py", line 74, in special_judge
sandbox.write_file(o, '_output')
File "judge/sandbox.py", line 204, in write_file
open(target, "w").write(text.encode("utf-8"))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc0 in position 78: ordinal not in range(128)
7년 전
0개의 댓글이 있습니다.
정회원 권한이 있어야 커멘트를 다실 수 있습니다. 정회원이 되시려면
온라인 저지에서 5문제 이상을 푸시고, 가입 후 7일 이상이 지나셔야
합니다. 현재 문제를 푸셨습니다.
rolypolyvg
WORDCHAIN 문제에서 채점실패가 계속 발생합니다.
제출번호는 #519170이고요
아래는 에러 메세지입니다.
채점 중 예외가 발생했습니다.
익셉션:
스택 트레이스:
Traceback (most recent call last):
File "judge/tasks.py", line 190, in judge_submission
data_dir, sandbox_env):
File "judge/differs.py", line 74, in special_judge
sandbox.write_file(o, '_output')
File "judge/sandbox.py", line 204, in write_file
open(target, "w").write(text.encode("utf-8"))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc0 in position 78: ordinal not in range(128)
7년 전