回答編集履歴

1

誤記修正。

2016/06/14 15:02

投稿

nabesann203
nabesann203

スコア45

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
 
12
12
 
13
- if( ancestor[j] == true) ⇒ if( ancetor.get(depth) == true)
13
+ if( ancestor[j] == true) ⇒ if( ancetor.get(j) == true)
14
14
 
15
15
  ancestor[depth] = true; ⇒ ancestor.set(depth, true);
16
16