5、通过下面的代码片段来回答问题。 extension Int { var cube : Int { return self * self * self } } 下列运算结果为 1 的是

A.cube - (-1).cube B.0.cube != 0 C.4.cube - 63 D.3.cube == -3.cube

时间:2024-04-26 11:47:17

相似题目