정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
4 5 3 3 2 2 6 6 3
메모리 초과 (MLE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> dp=[[0]*(int(1e9)) for _ in range(n) ] ~~~^^~~~~~~~~~ MemoryError
96
5 1 10 10 1 1 10 10 1 1 10
메모리 초과 (MLE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> dp=[[0]*(int(1e9)) for _ in range(n) ] ~~~^^~~~~~~~~~ MemoryError
31
8 79 7 7 2 2 2 2 2 2 1 1 1 1 1 1 1
메모리 초과 (MLE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> dp=[[0]*(int(1e9)) for _ in range(n) ] ~~~^^~~~~~~~~~ MemoryError
579