public class Loops { public static void main(String[] args) { int n = Integer.parseInt(args[0]); // print powers of two int power = 1; ...
確定! 回上一頁