回答編集履歴

1

a

2020/09/25 19:34

投稿

papinianus
papinianus

スコア12705

test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
 
34
34
 
35
- const col2BEmpty = cols2Bfill.split("").map(e => alpha.indexOf(e));
35
+ const col2BEmpty = columnMustBeEmpty.split("").map(e => alpha.indexOf(e));
36
36
 
37
37
  const cols2Bfill = columnsMustBeFilled.split("").map(e => alpha.indexOf(e));
38
38