質問編集履歴
1
else: pass をコピペし忘れていました
test
CHANGED
File without changes
|
test
CHANGED
@@ -142,6 +142,10 @@
|
|
142
142
|
|
143
143
|
Q.append(Point(i,j-1)
|
144
144
|
|
145
|
+
else:
|
146
|
+
|
147
|
+
pass
|
148
|
+
|
145
149
|
|
146
150
|
|
147
151
|
|