정답 개수:
49
틀린 개수:
0
실행 실패 개수:
51
1612 87852
런타임 에러 (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
247 1
2619 94636
런타임 에러 (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
345 2
5117 66984
런타임 에러 (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
935 1