回答編集履歴
1
chousei
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
$temp=&$b;
|
10
10
|
|
11
|
-
while($
|
11
|
+
while($c=array_shift($a)) $temp=&$temp[$c];
|
12
12
|
|
13
13
|
$temp=[];
|
14
14
|
|