result = length * width * 2 + width * height * 2 + length * height * 2
这句是什么意思?
长方体表面积公式:
S=2*(ab+bc+ca)
就是求表面积,length (长)、width(宽)、height(高)