정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 82 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> ans(n) ~~~^^^ File "Main.py", line 4, in ans for a in range(1,b-1) : ^ UnboundLocalError: cannot access local variable 'b' where it is not associated with a value
8
1 21 35
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> ans(n) ~~~^^^ File "Main.py", line 4, in ans for a in range(1,b-1) : ^ UnboundLocalError: cannot access local variable 'b' where it is not associated with a value
12
2 97 4 21 59
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> ans(n) ~~~^^^ File "Main.py", line 4, in ans for a in range(1,b-1) : ^ UnboundLocalError: cannot access local variable 'b' where it is not associated with a value
6 22