1 public static void main(String[] args) { 2 System.out.println(1L<<65L); // 2 3 }
1L<<65L
原文:https://www.cnblogs.com/tenglong/p/9032710.html