정답 개수:
31
틀린 개수:
0
실행 실패 개수:
69
1 3 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 12, in <module> if lst1[a] - lst1 [i-1] == 0 or lst1[j] == 0: ^ NameError: name 'j' is not defined
0
1 6 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 12, in <module> if lst1[a] - lst1 [i-1] == 0 or lst1[j] == 0: ^ NameError: name 'j' is not defined
0
1 7 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 12, in <module> if lst1[a] - lst1 [i-1] == 0 or lst1[j] == 0: ^ NameError: name 'j' is not defined
0