정답 개수:
0
틀린 개수:
8
실행 실패 개수:
2
2
6
7
3
10
17
5
42
99
14390
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> print(dp[n]) ~~~~~^^^^^^^ ValueError: Exceeds the limit (4300 digits) for integer string conversion; use sys.set_int_max_str_digits() to increase the limit
9454
58835
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> print(dp[n]) ~~~~~^^^^^^^ ValueError: Exceeds the limit (4300 digits) for integer string conversion; use sys.set_int_max_str_digits() to increase the limit
8877