質問編集履歴

2

ソースコード間違え

2019/01/18 08:37

投稿

prooo
prooo

スコア13

test CHANGED
File without changes
test CHANGED
File without changes

1

ソースコードの間違え

2019/01/18 08:37

投稿

prooo
prooo

スコア13

test CHANGED
File without changes
test CHANGED
@@ -34,13 +34,13 @@
34
34
 
35
35
    while self.data[i][j] == 0:
36
36
 
37
- if self.data[i][j] == 0:
37
+ if self.data[i][j] != 0:
38
38
 
39
- return False
39
+ return True
40
40
 
41
41
  else:
42
42
 
43
- return True
43
+ return False
44
44
 
45
45
 
46
46