代码中如何编写x+1的2⼀3次方?

2024年11月22日 16:17
有1个网友回答
网友(1):

Code:C++>>>pow(x+1, 2/3)