1L<<65L

1 public static void main(String[] args) {
2     System.out.println(1L<<65L);    // 2
3 }

 

posted @ 2018-05-13 17:09  tenglong  阅读(180)  评论(0)    收藏  举报