정답 개수:
95
틀린 개수:
0
실행 실패 개수:
5
50356
메모리 초과 (MLE)
stderr:
Traceback (most recent call last): File "Main.py", line 12, in <module> dp[i][j] += dp[i - 1][k] object address : 0xffff9c4e9180 object refcount : 3 object type : 0xa35850 object type name: MemoryError object repr : MemoryError() lost sys.stderr
59
70577
메모리 초과 (MLE)
stderr:
Traceback (most recent call last): File "Main.py", line 12, in <module> dp[i][j] += dp[i - 1][k] object address : 0xffff846b9180 object refcount : 3 object type : 0xa35850 object type name: MemoryError object repr : MemoryError() lost sys.stderr
8840
71592
메모리 초과 (MLE)
stderr:
Traceback (most recent call last): File "Main.py", line 12, in <module> dp[i][j] += dp[i - 1][k] object address : 0xffffa6aa9180 object refcount : 3 object type : 0xa35850 object type name: MemoryError object repr : MemoryError() lost sys.stderr
4525