回答編集履歴

1

誤字修正

2016/10/26 13:40

投稿

HogeAnimalLover
HogeAnimalLover

スコア4830

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  if(head){
8
8
 
9
- for(Cell** pp = &head; (*pp)->next; pp = &(p->next) ){
9
+ for(Cell** pp = &head; (*pp)->next; pp = &( (*pp)->next) ){
10
10
 
11
11
  }
12
12