Compute the straight-line distance between two points in 3D space using d = √[(x₂−x₁)² + (y₂−y₁)² + (z₂−z₁)²].
输入两点 (x1,y1,z1) 与 (x2,y2,z2),求三维距离。