不使用累计乘法的基础上,通过移位运算(<<)实现2的n次方的计算。 数据范围: ... Scanner; import static java.lang.Math.pow; public class Main { public static ...
確定! 回上一頁