class Text { public static void main(String[] args) { //最有效率的方式算出2乘以8等于几? System.out.println(2<<3); } }