int k=2; int j=1; --- private int I1() { for (int i = 1; i < 1000; i++) { k = k * 2; if (k > 5000000) { return i+1; } } return 0; } ...
確定! 回上一頁