정답 개수:
48
틀린 개수:
0
실행 실패 개수:
45
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
0 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> if (x >= 0) and (x <= 100000) (x not in visited): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'bool' object is not callable
4
0 21
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> if (x >= 0) and (x <= 100000) (x not in visited): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'bool' object is not callable
7
1 69
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> if (x >= 0) and (x <= 100000) (x not in visited): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'bool' object is not callable
8