정답 개수:
99
틀린 개수:
0
실행 실패 개수:
1
1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> res = mat_pow(F, N-1) File "Main.py", line 11, in mat_pow half = mat_pow(mat, n//2) File "Main.py", line 11, in mat_pow half = mat_pow(mat, n//2) File "Main.py", line 11, in mat_pow half = mat_pow(mat, n//2) [Previous line repeated 996 more times] RecursionError: maximum recursion depth exceeded
1