We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b9033 commit 96f3d52Copy full SHA for 96f3d52
Hongjoo/백준/로봇조종하기.py
@@ -10,7 +10,6 @@
10
for n in range(N) :
11
fields.append(list(map(int, input().split())))
12
13
-# print(fields)
14
# 2. dp 테이블 초기화
15
dp = [[0 for _ in range(M)] for k in range(N)]
16
left2right = [[0 for _ in range(M)] for k in range(N)]
0 commit comments