Red, (削除) 87 (削除ここまで) 79(削除) 79 (削除ここまで) 78 bytes
func[b][c: 0 while[b/2 <>> 2][c: c + 1 b: append extract b 2 extract next b 2]c]
Red, 87(削除) 87 (削除ここまで) 79 bytes
func[b][c: 0 while[b/2 <> sort copy b][c2][c: c + 1 b: append extract b 2 extract next b 2]c]
Red, 87 bytes
func[b][c: 0 while[b <> sort copy b][c: c + 1 b: append extract b 2 extract next b 2]c]