정답 개수:
53
틀린 개수:
0
실행 실패 개수:
47
4 51191
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> if dp[n*2] == (dp[n] -1) and n*2 < 200001: tmp2.append(n*2) IndexError: list index out of range
18 2
10025 54048
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> if dp[n*2] == (dp[n] -1) and n*2 < 200001: tmp2.append(n*2) IndexError: list index out of range
3272 1
11368 96894
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> if dp[n*2] == (dp[n] -1) and n*2 < 200001: tmp2.append(n*2) IndexError: list index out of range
748 2