메뉴 건너뛰기

결과 (전체)

00a19 달팽이 숫자 출력하기 (좌상단 시작, 동일한 자릿수) / 1418최익준

시간메모리제출올바른 답비율
1초64MB1036210
20.3%
이번 횟수이번 판정시도한 사람성공한 사람비율
45 컴파일 오류 211171
81.0%
컴파일 결과
Traceback (most recent call last):
File "/usr/lib/python3.2/py_compile.py", line 119, in compile
optimize=optimize)
File "choi041101's Python3 source file", line 22
print('%2d' % (data[i][j]), end="")
^
IndentationError: expected an indented block
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.2/py_compile.py", line 123, in compile
raise py_exc
py_compile.PyCompileError: Sorry: IndentationError: expected an indented block (choi041101_00a19_45.py, line 22)
소스 정적 분석 결과
이상 없음
위로