If you try to run the following code. public class Main { public static void main(String[] args) { long a = (long)Math.pow(13, 15); System.out.println(a + ...
確定! 回上一頁